public enum STTLTimeNodeMasterRelation extends Enum<STTLTimeNodeMasterRelation>
Java class for ST_TLTimeNodeMasterRelation.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_TLTimeNodeMasterRelation">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="sameClick"/>
<enumeration value="lastClick"/>
<enumeration value="nextClick"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
LAST_CLICK
TimeNode Master Relation Enum ( Last Click )
|
NEXT_CLICK
TimeNode Master Relation Enum ( Next Click )
|
SAME_CLICK
TimeNode Master Relation Enum ( Same Click )
|
| Modifier and Type | Method and Description |
|---|---|
static STTLTimeNodeMasterRelation |
fromValue(String v) |
String |
value() |
static STTLTimeNodeMasterRelation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STTLTimeNodeMasterRelation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STTLTimeNodeMasterRelation SAME_CLICK
public static final STTLTimeNodeMasterRelation LAST_CLICK
public static final STTLTimeNodeMasterRelation NEXT_CLICK
public static STTLTimeNodeMasterRelation[] values()
for (STTLTimeNodeMasterRelation c : STTLTimeNodeMasterRelation.values()) System.out.println(c);
public static STTLTimeNodeMasterRelation 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 STTLTimeNodeMasterRelation fromValue(String v)
Copyright © 2007-2019. All Rights Reserved.