public enum STLightRigDirection extends Enum<STLightRigDirection>
Java class for ST_LightRigDirection.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_LightRigDirection">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="tl"/>
<enumeration value="t"/>
<enumeration value="tr"/>
<enumeration value="l"/>
<enumeration value="r"/>
<enumeration value="bl"/>
<enumeration value="b"/>
<enumeration value="br"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static STLightRigDirection |
fromValue(String v) |
String |
value() |
static STLightRigDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STLightRigDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STLightRigDirection TL
public static final STLightRigDirection T
public static final STLightRigDirection TR
public static final STLightRigDirection L
public static final STLightRigDirection R
public static final STLightRigDirection BL
public static final STLightRigDirection B
public static final STLightRigDirection BR
public static STLightRigDirection[] values()
for (STLightRigDirection c : STLightRigDirection.values()) System.out.println(c);
public static STLightRigDirection 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 STLightRigDirection fromValue(String v)
Copyright © 2007-2019. All Rights Reserved.