|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.GlesTexenvCommandType
public class GlesTexenvCommandType
Java class for gles_texenv_command_type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="gles_texenv_command_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="constant" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texture_constant_type" minOccurs="0"/>
</sequence>
<attribute name="operator" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texenv_mode_enums" />
<attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected GlesTextureConstantType |
constant
|
protected GlesTexenvModeEnums |
operator
|
protected String |
unit
|
| Constructor Summary | |
|---|---|
GlesTexenvCommandType()
|
|
| Method Summary | |
|---|---|
GlesTextureConstantType |
getConstant()
Gets the value of the constant property. |
GlesTexenvModeEnums |
getOperator()
Gets the value of the operator property. |
String |
getUnit()
Gets the value of the unit property. |
void |
setConstant(GlesTextureConstantType value)
Sets the value of the constant property. |
void |
setOperator(GlesTexenvModeEnums value)
Sets the value of the operator property. |
void |
setUnit(String value)
Sets the value of the unit property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected GlesTextureConstantType constant
protected GlesTexenvModeEnums operator
protected String unit
| Constructor Detail |
|---|
public GlesTexenvCommandType()
| Method Detail |
|---|
public GlesTextureConstantType getConstant()
GlesTextureConstantTypepublic void setConstant(GlesTextureConstantType value)
value - allowed object is
GlesTextureConstantTypepublic GlesTexenvModeEnums getOperator()
GlesTexenvModeEnumspublic void setOperator(GlesTexenvModeEnums value)
value - allowed object is
GlesTexenvModeEnumspublic String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
String
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||