public enum ResourceTDType extends Enum<ResourceTDType>
| Enum Constant and Description |
|---|
CHART |
CODELIST |
CSV |
GENERIC_FILE |
GENERIC_TABLE |
GUESSER |
JSON |
MAP |
SDMX |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ResourceTDType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceTDType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceTDType CHART
public static final ResourceTDType GUESSER
public static final ResourceTDType MAP
public static final ResourceTDType CODELIST
public static final ResourceTDType CSV
public static final ResourceTDType SDMX
public static final ResourceTDType JSON
public static final ResourceTDType GENERIC_FILE
public static final ResourceTDType GENERIC_TABLE
public static ResourceTDType[] values()
for (ResourceTDType c : ResourceTDType.values()) System.out.println(c);
public static ResourceTDType 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<ResourceTDType>Copyright © 2016. All Rights Reserved.