public enum STTLTimeNodeType extends Enum<STTLTimeNodeType>
Java class for ST_TLTimeNodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_TLTimeNodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="clickEffect"/> <enumeration value="withEffect"/> <enumeration value="afterEffect"/> <enumeration value="mainSeq"/> <enumeration value="interactiveSeq"/> <enumeration value="clickPar"/> <enumeration value="withGroup"/> <enumeration value="afterGroup"/> <enumeration value="tmRoot"/> </restriction> </simpleType>
Enum Constant and Description |
---|
AFTER_EFFECT
Node Type Enum ( After Effect )
|
AFTER_GROUP
Node Type Enum ( After Group )
|
CLICK_EFFECT
Node Type Enum ( Click Effect )
|
CLICK_PAR
Node Type Enum ( Click Paragraph )
|
INTERACTIVE_SEQ
Node Type Enum ( Interactive Sequence )
|
MAIN_SEQ
Node Type Enum ( Main Sequence )
|
TM_ROOT
Node Type Enum ( Timing Root )
|
WITH_EFFECT
Node Type Enum ( With Effect )
|
WITH_GROUP
Node Type Enum ( With Group )
|
Modifier and Type | Method and Description |
---|---|
static STTLTimeNodeType |
fromValue(String v) |
String |
value() |
static STTLTimeNodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STTLTimeNodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STTLTimeNodeType CLICK_EFFECT
public static final STTLTimeNodeType WITH_EFFECT
public static final STTLTimeNodeType AFTER_EFFECT
public static final STTLTimeNodeType MAIN_SEQ
public static final STTLTimeNodeType INTERACTIVE_SEQ
public static final STTLTimeNodeType CLICK_PAR
public static final STTLTimeNodeType WITH_GROUP
public static final STTLTimeNodeType AFTER_GROUP
public static final STTLTimeNodeType TM_ROOT
public static STTLTimeNodeType[] values()
for (STTLTimeNodeType c : STTLTimeNodeType.values()) System.out.println(c);
public static STTLTimeNodeType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String value()
public static STTLTimeNodeType fromValue(String v)
Copyright © 2007-2019. All Rights Reserved.