org.collada._2005._11.colladaschema
Enum CommonProfileInput

java.lang.Object
  extended by java.lang.Enum<CommonProfileInput>
      extended by org.collada._2005._11.colladaschema.CommonProfileInput
All Implemented Interfaces:
Serializable, Comparable<CommonProfileInput>

public enum CommonProfileInput
extends Enum<CommonProfileInput>

Java class for Common_profile_input.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="Common_profile_input">
   <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
     <enumeration value="BINORMAL"/>
     <enumeration value="COLOR"/>
     <enumeration value="CONTINUITY"/>
     <enumeration value="IMAGE"/>
     <enumeration value="IN_TANGENT"/>
     <enumeration value="INPUT"/>
     <enumeration value="INTERPOLATION"/>
     <enumeration value="INV_BIND_MATRIX"/>
     <enumeration value="JOINT"/>
     <enumeration value="LINEAR_STEPS"/>
     <enumeration value="MORPH_TARGET"/>
     <enumeration value="MORPH_WEIGHT"/>
     <enumeration value="NORMAL"/>
     <enumeration value="OUTPUT"/>
     <enumeration value="OUT_TANGENT"/>
     <enumeration value="POSITION"/>
     <enumeration value="TANGENT"/>
     <enumeration value="TEXBINORMAL"/>
     <enumeration value="TEXCOORD"/>
     <enumeration value="TEXTANGENT"/>
     <enumeration value="UV"/>
     <enumeration value="VERTEX"/>
     <enumeration value="WEIGHT"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
BINORMAL
           
COLOR
           
CONTINUITY
           
IMAGE
           
IN_TANGENT
           
INPUT
           
INTERPOLATION
           
INV_BIND_MATRIX
           
JOINT
           
LINEAR_STEPS
           
MORPH_TARGET
           
MORPH_WEIGHT
           
NORMAL
           
OUT_TANGENT
           
OUTPUT
           
POSITION
           
TANGENT
           
TEXBINORMAL
           
TEXCOORD
           
TEXTANGENT
           
UV
           
VERTEX
           
WEIGHT
           
 
Method Summary
static CommonProfileInput fromValue(String v)
           
 String value()
           
static CommonProfileInput valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CommonProfileInput[] 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

BINORMAL

public static final CommonProfileInput BINORMAL

COLOR

public static final CommonProfileInput COLOR

CONTINUITY

public static final CommonProfileInput CONTINUITY

IMAGE

public static final CommonProfileInput IMAGE

IN_TANGENT

public static final CommonProfileInput IN_TANGENT

INPUT

public static final CommonProfileInput INPUT

INTERPOLATION

public static final CommonProfileInput INTERPOLATION

INV_BIND_MATRIX

public static final CommonProfileInput INV_BIND_MATRIX

JOINT

public static final CommonProfileInput JOINT

LINEAR_STEPS

public static final CommonProfileInput LINEAR_STEPS

MORPH_TARGET

public static final CommonProfileInput MORPH_TARGET

MORPH_WEIGHT

public static final CommonProfileInput MORPH_WEIGHT

NORMAL

public static final CommonProfileInput NORMAL

OUTPUT

public static final CommonProfileInput OUTPUT

OUT_TANGENT

public static final CommonProfileInput OUT_TANGENT

POSITION

public static final CommonProfileInput POSITION

TANGENT

public static final CommonProfileInput TANGENT

TEXBINORMAL

public static final CommonProfileInput TEXBINORMAL

TEXCOORD

public static final CommonProfileInput TEXCOORD

TEXTANGENT

public static final CommonProfileInput TEXTANGENT

UV

public static final CommonProfileInput UV

VERTEX

public static final CommonProfileInput VERTEX

WEIGHT

public static final CommonProfileInput WEIGHT
Method Detail

values

public static final CommonProfileInput[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(CommonProfileInput c : CommonProfileInput.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static CommonProfileInput valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name

value

public String value()

fromValue

public static CommonProfileInput fromValue(String v)

CroftSoft Javadoc

CroftSoft COLLADA JAXB Javadoc (2006-11-13 15:08:25)