public static enum ControlInfo.Type extends Enum<ControlInfo.Type>
Enum Constant and Description |
---|
DICTIONARY |
GLOBAL |
HEADER |
INDEX |
TRIPLES |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static ControlInfo.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlInfo.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ControlInfo.Type UNKNOWN
public static final ControlInfo.Type GLOBAL
public static final ControlInfo.Type HEADER
public static final ControlInfo.Type DICTIONARY
public static final ControlInfo.Type TRIPLES
public static final ControlInfo.Type INDEX
public static ControlInfo.Type[] values()
for (ControlInfo.Type c : ControlInfo.Type.values()) System.out.println(c);
public static ControlInfo.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 nullCopyright © 2020 DataWeb Research. All rights reserved.