|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.GlesTexcombinerArgumentRGBType
public class GlesTexcombinerArgumentRGBType
Java class for gles_texcombiner_argumentRGB_type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="gles_texcombiner_argumentRGB_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="operand" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texcombiner_operandRGB_enums" default="SRC_COLOR" />
<attribute name="source" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texcombiner_source_enums" />
<attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected GlesTexcombinerOperandRGBEnums |
operand
|
protected GlesTexcombinerSourceEnums |
source
|
protected String |
unit
|
| Constructor Summary | |
|---|---|
GlesTexcombinerArgumentRGBType()
|
|
| Method Summary | |
|---|---|
GlesTexcombinerOperandRGBEnums |
getOperand()
Gets the value of the operand property. |
GlesTexcombinerSourceEnums |
getSource()
Gets the value of the source property. |
String |
getUnit()
Gets the value of the unit property. |
void |
setOperand(GlesTexcombinerOperandRGBEnums value)
Sets the value of the operand property. |
void |
setSource(GlesTexcombinerSourceEnums value)
Sets the value of the source 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 GlesTexcombinerOperandRGBEnums operand
protected GlesTexcombinerSourceEnums source
protected String unit
| Constructor Detail |
|---|
public GlesTexcombinerArgumentRGBType()
| Method Detail |
|---|
public GlesTexcombinerOperandRGBEnums getOperand()
GlesTexcombinerOperandRGBEnumspublic void setOperand(GlesTexcombinerOperandRGBEnums value)
value - allowed object is
GlesTexcombinerOperandRGBEnumspublic GlesTexcombinerSourceEnums getSource()
GlesTexcombinerSourceEnumspublic void setSource(GlesTexcombinerSourceEnums value)
value - allowed object is
GlesTexcombinerSourceEnumspublic 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 | |||||||||