public enum SpecialStatus extends Enum<SpecialStatus> implements Serializable
Enum Constant and Description |
---|
EXTENDED_MINORITY
Extended minority
|
NO_STATUS
No Status
|
WHITE_CANE
White cane
|
WHITE_CANE_EXTENDED_MINORITY
White can extended minority
|
YELLOW_CANE
Yellow cane
|
YELLOW_CANE_EXTENDED_MINORITY
Yellow cane extended minority
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasBadSight() |
boolean |
hasExtendedMinority() |
boolean |
hasWhiteCane() |
boolean |
hasYellowCane() |
static SpecialStatus |
toSpecialStatus(String value)
Transforms a string value into a SpecialStatus
|
static SpecialStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecialStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpecialStatus NO_STATUS
public static final SpecialStatus WHITE_CANE
public static final SpecialStatus EXTENDED_MINORITY
public static final SpecialStatus WHITE_CANE_EXTENDED_MINORITY
public static final SpecialStatus YELLOW_CANE
public static final SpecialStatus YELLOW_CANE_EXTENDED_MINORITY
public static SpecialStatus[] values()
for (SpecialStatus c : SpecialStatus.values()) System.out.println(c);
public static SpecialStatus 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 hasWhiteCane()
public boolean hasExtendedMinority()
public boolean hasYellowCane()
public boolean hasBadSight()
public static SpecialStatus toSpecialStatus(String value)
value
- the string value
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.