public enum Tags extends Enum<Tags>
| Enum Constant and Description |
|---|
CODELIST |
COMET |
CSV |
DELIMITER |
ENCODING |
HEADER |
MAPPING |
QUOTE |
SDMX |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
static Tags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tags SDMX
public static final Tags CSV
public static final Tags COMET
public static final Tags CODELIST
public static final Tags MAPPING
public static final Tags VERSION
public static final Tags HEADER
public static final Tags DELIMITER
public static final Tags QUOTE
public static final Tags ENCODING
public static Tags[] values()
for (Tags c : Tags.values()) System.out.println(c);
public static Tags 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 nullCopyright © 2014. All Rights Reserved.