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