public static enum Types.TS_Type extends java.lang.Enum<Types.TS_Type>
| Enum Constant and Description |
|---|
CONTENT |
ES_REFS |
ESA |
ESAv3 |
ESC |
EST |
| Modifier and Type | Method and Description |
|---|---|
static Types.TS_Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Types.TS_Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Types.TS_Type EST
public static final Types.TS_Type ESC
public static final Types.TS_Type ESA
public static final Types.TS_Type ESAv3
public static final Types.TS_Type ES_REFS
public static final Types.TS_Type CONTENT
public static Types.TS_Type[] values()
for (Types.TS_Type c : Types.TS_Type.values()) System.out.println(c);
public static Types.TS_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 nullCopyright © 2025. All rights reserved.