public enum MESSAGE_POSITION extends java.lang.Enum<MESSAGE_POSITION>
Modifier and Type | Method and Description |
---|---|
static MESSAGE_POSITION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MESSAGE_POSITION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MESSAGE_POSITION MESSAGE_IDENTIFICATION
public static final MESSAGE_POSITION MESSAGE_FUNCTION
public static final MESSAGE_POSITION CODELIST_MAINTENANCE_AGENCY
public static final MESSAGE_POSITION RECEIVER_IDENTIFICATION
public static final MESSAGE_POSITION SENDER_IDENTIFICATION
public static final MESSAGE_POSITION CONCEPT_IDENTIFIER
public static final MESSAGE_POSITION CONCEPT_NAME
public static final MESSAGE_POSITION CODELIST_IDENTIFIER
public static final MESSAGE_POSITION CODE_VALUE
public static final MESSAGE_POSITION CODE_DESCRIPTION
public static final MESSAGE_POSITION KEY_FAMILY_IDENTIFIER
public static final MESSAGE_POSITION KEY_FAMILY_NAME
public static final MESSAGE_POSITION DIMENSION
public static final MESSAGE_POSITION ATTRIBUTE
public static final MESSAGE_POSITION CODELIST_REFERENCE
public static MESSAGE_POSITION[] values()
for (MESSAGE_POSITION c : MESSAGE_POSITION.values()) System.out.println(c);
public static MESSAGE_POSITION valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null