public static enum Constants.DictionaryType extends Enum<Constants.DictionaryType>
Enum Constant and Description |
---|
ALPHABET |
ALPHANUMERIC |
ASCII_INTEGER |
BIBLIO |
CHARACTER |
CONTEXT_DEPENDENT |
CONTEXTDEPENDENT |
DATA_SET |
DATE |
DECIMAL |
DOUBLE |
EXPONENTIAL |
IDENTIFIER |
INTEGER |
NON_DECIMAL |
NONDECIMAL |
REAL |
TIME |
Modifier and Type | Method and Description |
---|---|
static Constants.DictionaryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.DictionaryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.DictionaryType ALPHABET
public static final Constants.DictionaryType ALPHANUMERIC
public static final Constants.DictionaryType CHARACTER
public static final Constants.DictionaryType CONTEXT_DEPENDENT
public static final Constants.DictionaryType CONTEXTDEPENDENT
public static final Constants.DictionaryType DATE
public static final Constants.DictionaryType INTEGER
public static final Constants.DictionaryType REAL
public static final Constants.DictionaryType TIME
public static final Constants.DictionaryType NONDECIMAL
public static final Constants.DictionaryType NON_DECIMAL
public static final Constants.DictionaryType ASCII_INTEGER
public static final Constants.DictionaryType BIBLIO
public static final Constants.DictionaryType DATA_SET
public static final Constants.DictionaryType DECIMAL
public static final Constants.DictionaryType DOUBLE
public static final Constants.DictionaryType EXPONENTIAL
public static final Constants.DictionaryType IDENTIFIER
public static Constants.DictionaryType[] values()
for (Constants.DictionaryType c : Constants.DictionaryType.values()) System.out.println(c);
public static Constants.DictionaryType 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 © 2005–2015 Planetary Data System. All rights reserved.