public enum STTLTimeNodePresetClassType extends Enum<STTLTimeNodePresetClassType>
Java class for ST_TLTimeNodePresetClassType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_TLTimeNodePresetClassType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="entr"/> <enumeration value="exit"/> <enumeration value="emph"/> <enumeration value="path"/> <enumeration value="verb"/> <enumeration value="mediacall"/> </restriction> </simpleType>
Enum Constant and Description |
---|
EMPH
Preset Type Enum ( Emphasis )
|
ENTR
Preset Type Enum ( Entrance )
|
EXIT
Exit
|
MEDIACALL
Preset Type Enum ( Media Call )
|
PATH
Preset Type Enum ( Path )
|
VERB
Preset Type Enum ( Verb )
|
Modifier and Type | Method and Description |
---|---|
static STTLTimeNodePresetClassType |
fromValue(String v) |
String |
value() |
static STTLTimeNodePresetClassType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STTLTimeNodePresetClassType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STTLTimeNodePresetClassType ENTR
public static final STTLTimeNodePresetClassType EXIT
public static final STTLTimeNodePresetClassType EMPH
public static final STTLTimeNodePresetClassType PATH
public static final STTLTimeNodePresetClassType VERB
public static final STTLTimeNodePresetClassType MEDIACALL
public static STTLTimeNodePresetClassType[] values()
for (STTLTimeNodePresetClassType c : STTLTimeNodePresetClassType.values()) System.out.println(c);
public static STTLTimeNodePresetClassType 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 STTLTimeNodePresetClassType fromValue(String v)
Copyright © 2007-2019. All Rights Reserved.