|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SpecialOrganisation>
be.ehealth.technicalconnector.beid.domain.SpecialOrganisation
public enum SpecialOrganisation
Special Organisation enumeration
Enum Constant Summary | |
---|---|
FORMER_BLUE_CARD_HOLDER
Former blue card holder |
|
NATO
Nato |
|
RESEARCHER
Researcher |
|
SHAPE
Shape |
|
UNKNOWN
Unknown |
|
UNSPECIFIED
Unspecified |
Method Summary | |
---|---|
String |
getKey()
|
static SpecialOrganisation |
toSpecialOrganisation(String key)
Transforms a string into a SpecialOrganisation |
static SpecialOrganisation |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SpecialOrganisation[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, 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 SpecialOrganisation UNSPECIFIED
public static final SpecialOrganisation SHAPE
public static final SpecialOrganisation NATO
public static final SpecialOrganisation FORMER_BLUE_CARD_HOLDER
public static final SpecialOrganisation RESEARCHER
public static final SpecialOrganisation UNKNOWN
Method Detail |
---|
public static SpecialOrganisation[] values()
for (SpecialOrganisation c : SpecialOrganisation.values()) System.out.println(c);
public static SpecialOrganisation 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 String getKey()
public static SpecialOrganisation toSpecialOrganisation(String key)
key
- the key value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |