|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SpecialStatus>
be.fedict.eid.applet.service.SpecialStatus
public enum SpecialStatus
eID Special Status.
| Enum Constant Summary | |
|---|---|
EXTENDED_MINORITY
|
|
NO_STATUS
|
|
WHITE_CANE
|
|
WHITE_CANE_EXTENDED_MINORITY
|
|
YELLOW_CANE
|
|
YELLOW_CANE_EXTENDED_MINORITY
|
|
| Method Summary | |
|---|---|
boolean |
hasBadSight()
Return whether the citizen has a bad sight. |
boolean |
hasExtendedMinority()
Extended Minority. |
boolean |
hasWhiteCane()
Returns whether the citizen has a white cane. |
boolean |
hasYellowCane()
Returns whether the citizen has a yellow cane. |
static SpecialStatus |
toSpecialStatus(String value)
Converts the given string to the corresponding special status enum. |
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
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 name
NullPointerException - if the argument is nullpublic boolean hasWhiteCane()
public boolean hasExtendedMinority()
public boolean hasYellowCane()
public boolean hasBadSight()
public static SpecialStatus toSpecialStatus(String value)
value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||