com.jmex.model.collada.schema
Class gl_light_model_color_control_type

java.lang.Object
  extended by com.jmex.xml.types.SchemaString
      extended by com.jmex.model.collada.schema.gl_light_model_color_control_type
All Implemented Interfaces:
SchemaType, SchemaTypeCalendar, SchemaTypeNumber, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

public class gl_light_model_color_control_type
extends SchemaString

See Also:
Serialized Form

Field Summary
static int ESEPARATE_SPECULAR_COLOR
           
static int ESINGLE_COLOR
           
static java.lang.String[] sEnumValues
           
 
Fields inherited from interface com.jmex.xml.types.SchemaTypeNumber
NUMERIC_VALUE_BIGDECIMAL, NUMERIC_VALUE_BIGINTEGER, NUMERIC_VALUE_DOUBLE, NUMERIC_VALUE_FLOAT, NUMERIC_VALUE_INT, NUMERIC_VALUE_LONG
 
Fields inherited from interface com.jmex.xml.types.SchemaTypeCalendar
CALENDAR_VALUE_DATE, CALENDAR_VALUE_DATETIME, CALENDAR_VALUE_DURATION, CALENDAR_VALUE_TIME, CALENDAR_VALUE_UNDEFINED
 
Constructor Summary
gl_light_model_color_control_type()
           
gl_light_model_color_control_type(SchemaString newValue)
           
gl_light_model_color_control_type(java.lang.String newValue)
           
 
Method Summary
static int getEnumerationCount()
           
static java.lang.String getEnumerationValue(int index)
           
static boolean isValidEnumerationValue(java.lang.String val)
           
 void validate()
           
 
Methods inherited from class com.jmex.xml.types.SchemaString
assign, bigDecimalValue, bigIntegerValue, booleanValue, calendarType, clone, compareTo, compareTo, dateTimeValue, dateValue, doubleValue, durationValue, equals, floatValue, getValue, hashCode, intValue, isEmpty, isNull, isValueNumeric, length, longValue, numericType, parse, setEmpty, setNull, setValue, timeValue, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ESINGLE_COLOR

public static final int ESINGLE_COLOR
See Also:
Constant Field Values

ESEPARATE_SPECULAR_COLOR

public static final int ESEPARATE_SPECULAR_COLOR
See Also:
Constant Field Values

sEnumValues

public static java.lang.String[] sEnumValues
Constructor Detail

gl_light_model_color_control_type

public gl_light_model_color_control_type()

gl_light_model_color_control_type

public gl_light_model_color_control_type(java.lang.String newValue)

gl_light_model_color_control_type

public gl_light_model_color_control_type(SchemaString newValue)
Method Detail

getEnumerationCount

public static int getEnumerationCount()

getEnumerationValue

public static java.lang.String getEnumerationValue(int index)

isValidEnumerationValue

public static boolean isValidEnumerationValue(java.lang.String val)

validate

public void validate()