public enum SecovidReportingStatus extends Enum<SecovidReportingStatus>
Modifier and Type | Method and Description |
---|---|
boolean |
getKey()
Returns the boolean value of the enum key.
|
short |
getKeyAsShort()
Returns the byte value of the enum key.
|
static SecovidReportingStatus |
getSecovidReportingStatus(boolean vidReportingStatusKey) |
static SecovidReportingStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecovidReportingStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecovidReportingStatus OK
public static final SecovidReportingStatus FAILED
public static SecovidReportingStatus[] values()
for (SecovidReportingStatus c : SecovidReportingStatus.values()) System.out.println(c);
public static SecovidReportingStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean getKey()
public short getKeyAsShort()
public static SecovidReportingStatus getSecovidReportingStatus(boolean vidReportingStatusKey)
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.