public enum STTLTimeNodeFillType extends java.lang.Enum<STTLTimeNodeFillType>
Java class for ST_TLTimeNodeFillType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_TLTimeNodeFillType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="remove"/>
<enumeration value="freeze"/>
<enumeration value="hold"/>
<enumeration value="transition"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
FREEZE
Freeze
|
HOLD
TimeNode Fill Type Enum ( Hold )
|
REMOVE
Remove
|
TRANSITION
Transition
|
| Modifier and Type | Method and Description |
|---|---|
static STTLTimeNodeFillType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static STTLTimeNodeFillType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STTLTimeNodeFillType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STTLTimeNodeFillType REMOVE
public static final STTLTimeNodeFillType FREEZE
public static final STTLTimeNodeFillType HOLD
public static final STTLTimeNodeFillType TRANSITION
public static STTLTimeNodeFillType[] values()
for (STTLTimeNodeFillType c : STTLTimeNodeFillType.values()) System.out.println(c);
public static STTLTimeNodeFillType 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 STTLTimeNodeFillType fromValue(java.lang.String v)
Copyright © 2007–2025. All rights reserved.