public enum MESSAGE_TYPE extends java.lang.Enum<MESSAGE_TYPE>
Enum Constant and Description |
---|
COMPACT_DATA |
CROSS_SECTIONAL_DATA |
ERROR |
GENERIC_DATA |
GENERIC_METADATA |
MESSAGE_GROUP |
METADATA_REPORT |
QUERY |
REGISTRY_INTERFACE |
SDMX_EDI |
STRUCTURE |
UNKNOWN |
UTILITY_DATA |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNodeName() |
boolean |
isData() |
static MESSAGE_TYPE |
parseString(java.lang.String messageType)
Returns the MESSAGE_TYPE from a String (representing the Node name given by the SDMX schema).
|
static MESSAGE_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MESSAGE_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MESSAGE_TYPE STRUCTURE
public static final MESSAGE_TYPE REGISTRY_INTERFACE
public static final MESSAGE_TYPE QUERY
public static final MESSAGE_TYPE GENERIC_DATA
public static final MESSAGE_TYPE UTILITY_DATA
public static final MESSAGE_TYPE COMPACT_DATA
public static final MESSAGE_TYPE CROSS_SECTIONAL_DATA
public static final MESSAGE_TYPE GENERIC_METADATA
public static final MESSAGE_TYPE METADATA_REPORT
public static final MESSAGE_TYPE MESSAGE_GROUP
public static final MESSAGE_TYPE SDMX_EDI
public static final MESSAGE_TYPE ERROR
public static final MESSAGE_TYPE UNKNOWN
public static MESSAGE_TYPE[] values()
for (MESSAGE_TYPE c : MESSAGE_TYPE.values()) System.out.println(c);
public static MESSAGE_TYPE 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 nullpublic java.lang.String getNodeName()
public boolean isData()
public static MESSAGE_TYPE parseString(java.lang.String messageType)
messageType
-