public enum STTLAnimateBehaviorValueType extends java.lang.Enum<STTLAnimateBehaviorValueType>
Java class for ST_TLAnimateBehaviorValueType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_TLAnimateBehaviorValueType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="str"/>
<enumeration value="num"/>
<enumeration value="clr"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CLR
Value Type Enum ( Color )
|
NUM
Value Type Enum ( Number )
|
STR
Value Type Enum ( String )
|
| Modifier and Type | Method and Description |
|---|---|
static STTLAnimateBehaviorValueType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static STTLAnimateBehaviorValueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STTLAnimateBehaviorValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STTLAnimateBehaviorValueType STR
public static final STTLAnimateBehaviorValueType NUM
public static final STTLAnimateBehaviorValueType CLR
public static STTLAnimateBehaviorValueType[] values()
for (STTLAnimateBehaviorValueType c : STTLAnimateBehaviorValueType.values()) System.out.println(c);
public static STTLAnimateBehaviorValueType 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 value()
public static STTLAnimateBehaviorValueType fromValue(java.lang.String v)
Copyright © 2007–2023. All rights reserved.