|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CommonProfileParam>
org.collada._2005._11.colladaschema.CommonProfileParam
public enum CommonProfileParam
Java class for Common_profile_param.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="Common_profile_param">
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="A"/>
<enumeration value="ANGLE"/>
<enumeration value="B"/>
<enumeration value="DOUBLE_SIDED"/>
<enumeration value="G"/>
<enumeration value="P"/>
<enumeration value="Q"/>
<enumeration value="R"/>
<enumeration value="S"/>
<enumeration value="T"/>
<enumeration value="TIME"/>
<enumeration value="U"/>
<enumeration value="V"/>
<enumeration value="W"/>
<enumeration value="X"/>
<enumeration value="Y"/>
<enumeration value="Z"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
A
|
|
ANGLE
|
|
B
|
|
DOUBLE_SIDED
|
|
G
|
|
P
|
|
Q
|
|
R
|
|
S
|
|
T
|
|
TIME
|
|
U
|
|
V
|
|
W
|
|
X
|
|
Y
|
|
Z
|
|
| Method Summary | |
|---|---|
static CommonProfileParam |
fromValue(String v)
|
String |
value()
|
static CommonProfileParam |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CommonProfileParam[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CommonProfileParam A
public static final CommonProfileParam ANGLE
public static final CommonProfileParam B
public static final CommonProfileParam DOUBLE_SIDED
public static final CommonProfileParam G
public static final CommonProfileParam P
public static final CommonProfileParam Q
public static final CommonProfileParam R
public static final CommonProfileParam S
public static final CommonProfileParam T
public static final CommonProfileParam TIME
public static final CommonProfileParam U
public static final CommonProfileParam V
public static final CommonProfileParam W
public static final CommonProfileParam X
public static final CommonProfileParam Y
public static final CommonProfileParam Z
| Method Detail |
|---|
public static final CommonProfileParam[] values()
for(CommonProfileParam c : CommonProfileParam.values())
System.out.println(c);
public static CommonProfileParam valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic String value()
public static CommonProfileParam fromValue(String v)
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||