public enum MrconsoIndex extends Enum<MrconsoIndex>
Enum Constant and Description |
---|
CUI |
FORM |
LANGUAGE |
SOURCE |
SOURCE_CODE |
STATUS |
TERM_TYPE |
TEXT |
Modifier and Type | Field and Description |
---|---|
int |
_index |
Modifier and Type | Method and Description |
---|---|
static MrconsoIndex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MrconsoIndex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MrconsoIndex CUI
public static final MrconsoIndex LANGUAGE
public static final MrconsoIndex STATUS
public static final MrconsoIndex FORM
public static final MrconsoIndex SOURCE
public static final MrconsoIndex TERM_TYPE
public static final MrconsoIndex SOURCE_CODE
public static final MrconsoIndex TEXT
public static MrconsoIndex[] values()
for (MrconsoIndex c : MrconsoIndex.values()) System.out.println(c);
public static MrconsoIndex 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 © 2012-2017 The Apache Software Foundation. All Rights Reserved.