public static enum TextInstance.TextLocationType extends java.lang.Enum<TextInstance.TextLocationType>
Enum Constant and Description |
---|
APPLIED_TRAIT |
NAMESPACE |
SHAPE |
Modifier and Type | Method and Description |
---|---|
static TextInstance.TextLocationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextInstance.TextLocationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextInstance.TextLocationType SHAPE
public static final TextInstance.TextLocationType APPLIED_TRAIT
public static final TextInstance.TextLocationType NAMESPACE
public static TextInstance.TextLocationType[] values()
for (TextInstance.TextLocationType c : TextInstance.TextLocationType.values()) System.out.println(c);
public static TextInstance.TextLocationType 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