public enum DATA_TYPE extends java.lang.Enum<DATA_TYPE>
SDMX_SCHEMA, BASE_DATA_FORMAT
Modifier and Type | Method and Description |
---|---|
BASE_DATA_FORMAT |
getBaseDataFormat() |
SDMX_SCHEMA |
getSchemaVersion() |
java.lang.String |
toString() |
static DATA_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DATA_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DATA_TYPE GENERIC_1_0
public static final DATA_TYPE CROSS_SECTIONAL_1_0
public static final DATA_TYPE UTILITY_1_0
public static final DATA_TYPE COMPACT_1_0
public static final DATA_TYPE GENERIC_2_0
public static final DATA_TYPE CROSS_SECTIONAL_2_0
public static final DATA_TYPE UTILITY_2_0
public static final DATA_TYPE COMPACT_2_0
public static final DATA_TYPE MESSAGE_GROUP_1_0_COMPACT
public static final DATA_TYPE MESSAGE_GROUP_1_0_GENERIC
public static final DATA_TYPE MESSAGE_GROUP_1_0_UTILITY
public static final DATA_TYPE MESSAGE_GROUP_2_0_COMPACT
public static final DATA_TYPE MESSAGE_GROUP_2_0_GENERIC
public static final DATA_TYPE MESSAGE_GROUP_2_0_UTILITY
public static final DATA_TYPE GENERIC_2_1
public static final DATA_TYPE COMPACT_2_1
public static final DATA_TYPE GENERIC_2_1_XS
public static final DATA_TYPE COMPACT_2_1_XS
public static final DATA_TYPE EDI_TS
public static final DATA_TYPE SDMXJSON
public static DATA_TYPE[] values()
for (DATA_TYPE c : DATA_TYPE.values()) System.out.println(c);
public static DATA_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 BASE_DATA_FORMAT getBaseDataFormat()
public SDMX_SCHEMA getSchemaVersion()
public java.lang.String toString()
toString
in class java.lang.Enum<DATA_TYPE>