public enum SDMX_SCHEMA extends java.lang.Enum<SDMX_SCHEMA>
Enum Constant and Description |
---|
CSV |
ECV |
EDI |
JSON |
VERSION_ONE |
VERSION_TWO |
VERSION_TWO_POINT_ONE |
XLSX |
Modifier and Type | Method and Description |
---|---|
boolean |
isXmlFormat()
Returns true is this SDMX_SCHEMA is representing an XML (SDMX) format.
|
java.lang.String |
toEnglishString()
Returns a slightly more human-readable version of the toString() method.
|
java.lang.String |
toString() |
static SDMX_SCHEMA |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SDMX_SCHEMA[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SDMX_SCHEMA VERSION_ONE
public static final SDMX_SCHEMA VERSION_TWO
public static final SDMX_SCHEMA VERSION_TWO_POINT_ONE
public static final SDMX_SCHEMA EDI
public static final SDMX_SCHEMA ECV
public static final SDMX_SCHEMA CSV
public static final SDMX_SCHEMA JSON
public static final SDMX_SCHEMA XLSX
public static SDMX_SCHEMA[] values()
for (SDMX_SCHEMA c : SDMX_SCHEMA.values()) System.out.println(c);
public static SDMX_SCHEMA 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 boolean isXmlFormat()
public java.lang.String toString()
toString
in class java.lang.Enum<SDMX_SCHEMA>
public java.lang.String toEnglishString()