public enum TableLineTypeValues extends java.lang.Enum<TableLineTypeValues>
List of line types for Table.
Modifier and Type | Method and Description |
---|---|
static TableLineTypeValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableLineTypeValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableLineTypeValues _S
SubSchema
public static final TableLineTypeValues _Y
SubSystem
public static TableLineTypeValues 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 nullpublic static TableLineTypeValues[] values()
for (TableLineTypeValues c : TableLineTypeValues.values()) System.out.println(c);