public static enum SDMXResource.TYPE extends Enum<SDMXResource.TYPE>
| Enum Constant and Description |
|---|
CODE_LIST |
DATA_STRUCTURE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
String |
toStringUrl() |
static SDMXResource.TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SDMXResource.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SDMXResource.TYPE DATA_STRUCTURE
public static final SDMXResource.TYPE CODE_LIST
public static SDMXResource.TYPE[] values()
for (SDMXResource.TYPE c : SDMXResource.TYPE.values()) System.out.println(c);
public static SDMXResource.TYPE valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<SDMXResource.TYPE>public String toStringUrl()
Copyright © 2017. All Rights Reserved.