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