public static enum Vocable.Type extends java.lang.Enum<Vocable.Type>
| Enum Constant and Description |
|---|
ARRAY_OF_INTEGER |
BOOLEAN |
DATE |
INTEGER |
REAL |
TEXT |
| Modifier and Type | Method and Description |
|---|---|
static Vocable.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Vocable.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Vocable.Type TEXT
public static final Vocable.Type INTEGER
public static final Vocable.Type REAL
public static final Vocable.Type BOOLEAN
public static final Vocable.Type DATE
public static final Vocable.Type ARRAY_OF_INTEGER
public static Vocable.Type[] values()
for (Vocable.Type c : Vocable.Type.values()) System.out.println(c);
public static Vocable.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"