|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.FxNewparamCommon
public class FxNewparamCommon
This element creates a new, named param object in the FX Runtime, assigns it a type, an initial value, and additional attributes at declaration time.
Java class for fx_newparam_common complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fx_newparam_common">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="annotate" type="{http://www.collada.org/2005/11/COLLADASchema}fx_annotate_common" maxOccurs="unbounded" minOccurs="0"/>
<element name="semantic" type="{http://www.w3.org/2001/XMLSchema}NCName" minOccurs="0"/>
<element name="modifier" type="{http://www.collada.org/2005/11/COLLADASchema}fx_modifier_enum_common" minOccurs="0"/>
<group ref="{http://www.collada.org/2005/11/COLLADASchema}fx_basic_type_common"/>
</sequence>
<attribute name="sid" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
FxNewparamCommon()
|
|
| Method Summary | |
|---|---|
List<FxAnnotateCommon> |
getAnnotate()
Gets the value of the annotate property. |
List<Boolean> |
getBool2()
Gets the value of the bool2 property. |
List<Boolean> |
getBool3()
Gets the value of the bool3 property. |
List<Boolean> |
getBool4()
Gets the value of the bool4 property. |
String |
getEnum()
Gets the value of the enum property. |
Double |
getFloat()
Gets the value of the float property. |
Double |
getFloat1X1()
Gets the value of the float1X1 property. |
List<Double> |
getFloat1X2()
Gets the value of the float1X2 property. |
List<Double> |
getFloat1X3()
Gets the value of the float1X3 property. |
List<Double> |
getFloat1X4()
Gets the value of the float1X4 property. |
List<Double> |
getFloat2()
Gets the value of the float2 property. |
List<Double> |
getFloat2X1()
Gets the value of the float2X1 property. |
List<Double> |
getFloat2X2()
Gets the value of the float2X2 property. |
List<Double> |
getFloat2X3()
Gets the value of the float2X3 property. |
List<Double> |
getFloat2X4()
Gets the value of the float2X4 property. |
List<Double> |
getFloat3()
Gets the value of the float3 property. |
List<Double> |
getFloat3X1()
Gets the value of the float3X1 property. |
List<Double> |
getFloat3X2()
Gets the value of the float3X2 property. |
List<Double> |
getFloat3X3()
Gets the value of the float3X3 property. |
List<Double> |
getFloat3X4()
Gets the value of the float3X4 property. |
List<Double> |
getFloat4()
Gets the value of the float4 property. |
List<Double> |
getFloat4X1()
Gets the value of the float4X1 property. |
List<Double> |
getFloat4X2()
Gets the value of the float4X2 property. |
List<Double> |
getFloat4X3()
Gets the value of the float4X3 property. |
List<Double> |
getFloat4X4()
Gets the value of the float4X4 property. |
Long |
getInt()
Gets the value of the int property. |
List<Long> |
getInt2()
Gets the value of the int2 property. |
List<Long> |
getInt3()
Gets the value of the int3 property. |
List<Long> |
getInt4()
Gets the value of the int4 property. |
FxModifierEnumCommon |
getModifier()
Gets the value of the modifier property. |
FxSampler1DCommon |
getSampler1D()
Gets the value of the sampler1D property. |
FxSampler2DCommon |
getSampler2D()
Gets the value of the sampler2D property. |
FxSampler3DCommon |
getSampler3D()
Gets the value of the sampler3D property. |
FxSamplerCUBECommon |
getSamplerCUBE()
Gets the value of the samplerCUBE property. |
FxSamplerDEPTHCommon |
getSamplerDEPTH()
Gets the value of the samplerDEPTH property. |
FxSamplerRECTCommon |
getSamplerRECT()
Gets the value of the samplerRECT property. |
String |
getSemantic()
Gets the value of the semantic property. |
String |
getSid()
Gets the value of the sid property. |
FxSurfaceCommon |
getSurface()
Gets the value of the surface property. |
Boolean |
isBool()
Gets the value of the bool property. |
void |
setBool(Boolean value)
Sets the value of the bool property. |
void |
setEnum(String value)
Sets the value of the enum property. |
void |
setFloat(Double value)
Sets the value of the float property. |
void |
setFloat1X1(Double value)
Sets the value of the float1X1 property. |
void |
setInt(Long value)
Sets the value of the int property. |
void |
setModifier(FxModifierEnumCommon value)
Sets the value of the modifier property. |
void |
setSampler1D(FxSampler1DCommon value)
Sets the value of the sampler1D property. |
void |
setSampler2D(FxSampler2DCommon value)
Sets the value of the sampler2D property. |
void |
setSampler3D(FxSampler3DCommon value)
Sets the value of the sampler3D property. |
void |
setSamplerCUBE(FxSamplerCUBECommon value)
Sets the value of the samplerCUBE property. |
void |
setSamplerDEPTH(FxSamplerDEPTHCommon value)
Sets the value of the samplerDEPTH property. |
void |
setSamplerRECT(FxSamplerRECTCommon value)
Sets the value of the samplerRECT property. |
void |
setSemantic(String value)
Sets the value of the semantic property. |
void |
setSid(String value)
Sets the value of the sid property. |
void |
setSurface(FxSurfaceCommon value)
Sets the value of the surface property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<FxAnnotateCommon> annotate
protected String semantic
protected FxModifierEnumCommon modifier
protected Boolean bool
protected List<Boolean> bool2
protected List<Boolean> bool3
protected List<Boolean> bool4
protected Long _int
protected List<Long> int2
protected List<Long> int3
protected List<Long> int4
protected Double _float
protected List<Double> float2
protected List<Double> float3
protected List<Double> float4
protected Double float1X1
protected List<Double> float1X2
protected List<Double> float1X3
protected List<Double> float1X4
protected List<Double> float2X1
protected List<Double> float2X2
protected List<Double> float2X3
protected List<Double> float2X4
protected List<Double> float3X1
protected List<Double> float3X2
protected List<Double> float3X3
protected List<Double> float3X4
protected List<Double> float4X1
protected List<Double> float4X2
protected List<Double> float4X3
protected List<Double> float4X4
protected FxSurfaceCommon surface
protected FxSampler1DCommon sampler1D
protected FxSampler2DCommon sampler2D
protected FxSampler3DCommon sampler3D
protected FxSamplerCUBECommon samplerCUBE
protected FxSamplerRECTCommon samplerRECT
protected FxSamplerDEPTHCommon samplerDEPTH
protected String _enum
protected String sid
| Constructor Detail |
|---|
public FxNewparamCommon()
| Method Detail |
|---|
public List<FxAnnotateCommon> getAnnotate()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the annotate property.
For example, to add a new item, do as follows:
getAnnotate().add(newItem);
Objects of the following type(s) are allowed in the list
FxAnnotateCommon
public String getSemantic()
Stringpublic void setSemantic(String value)
value - allowed object is
Stringpublic FxModifierEnumCommon getModifier()
FxModifierEnumCommonpublic void setModifier(FxModifierEnumCommon value)
value - allowed object is
FxModifierEnumCommonpublic Boolean isBool()
Booleanpublic void setBool(Boolean value)
value - allowed object is
Booleanpublic List<Boolean> getBool2()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the bool2 property.
For example, to add a new item, do as follows:
getBool2().add(newItem);
Objects of the following type(s) are allowed in the list
Boolean
public List<Boolean> getBool3()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the bool3 property.
For example, to add a new item, do as follows:
getBool3().add(newItem);
Objects of the following type(s) are allowed in the list
Boolean
public List<Boolean> getBool4()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the bool4 property.
For example, to add a new item, do as follows:
getBool4().add(newItem);
Objects of the following type(s) are allowed in the list
Boolean
public Long getInt()
Longpublic void setInt(Long value)
value - allowed object is
Longpublic List<Long> getInt2()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the int2 property.
For example, to add a new item, do as follows:
getInt2().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Long> getInt3()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the int3 property.
For example, to add a new item, do as follows:
getInt3().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Long> getInt4()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the int4 property.
For example, to add a new item, do as follows:
getInt4().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public Double getFloat()
Doublepublic void setFloat(Double value)
value - allowed object is
Doublepublic List<Double> getFloat2()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the float2 property.
For example, to add a new item, do as follows:
getFloat2().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getFloat3()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the float3 property.
For example, to add a new item, do as follows:
getFloat3().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getFloat4()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the float4 property.
For example, to add a new item, do as follows:
getFloat4().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Double getFloat1X1()
Doublepublic void setFloat1X1(Double value)
value - allowed object is
Doublepublic List<Double> getFloat1X2()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the float1X2 property.
For example, to add a new item, do as follows:
getFloat1X2().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getFloat1X3()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the float1X3 property.
For example, to add a new item, do as follows:
getFloat1X3().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getFloat1X4()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the float1X4 property.
For example, to add a new item, do as follows:
getFloat1X4().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getFloat2X1()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the float2X1 property.
For example, to add a new item, do as follows:
getFloat2X1().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getFloat2X2()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the float2X2 property.
For example, to add a new item, do as follows:
getFloat2X2().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getFloat2X3()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the float2X3 property.
For example, to add a new item, do as follows:
getFloat2X3().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getFloat2X4()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the float2X4 property.
For example, to add a new item, do as follows:
getFloat2X4().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getFloat3X1()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the float3X1 property.
For example, to add a new item, do as follows:
getFloat3X1().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getFloat3X2()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the float3X2 property.
For example, to add a new item, do as follows:
getFloat3X2().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getFloat3X3()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the float3X3 property.
For example, to add a new item, do as follows:
getFloat3X3().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getFloat3X4()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the float3X4 property.
For example, to add a new item, do as follows:
getFloat3X4().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getFloat4X1()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the float4X1 property.
For example, to add a new item, do as follows:
getFloat4X1().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getFloat4X2()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the float4X2 property.
For example, to add a new item, do as follows:
getFloat4X2().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getFloat4X3()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the float4X3 property.
For example, to add a new item, do as follows:
getFloat4X3().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getFloat4X4()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the float4X4 property.
For example, to add a new item, do as follows:
getFloat4X4().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public FxSurfaceCommon getSurface()
FxSurfaceCommonpublic void setSurface(FxSurfaceCommon value)
value - allowed object is
FxSurfaceCommonpublic FxSampler1DCommon getSampler1D()
FxSampler1DCommonpublic void setSampler1D(FxSampler1DCommon value)
value - allowed object is
FxSampler1DCommonpublic FxSampler2DCommon getSampler2D()
FxSampler2DCommonpublic void setSampler2D(FxSampler2DCommon value)
value - allowed object is
FxSampler2DCommonpublic FxSampler3DCommon getSampler3D()
FxSampler3DCommonpublic void setSampler3D(FxSampler3DCommon value)
value - allowed object is
FxSampler3DCommonpublic FxSamplerCUBECommon getSamplerCUBE()
FxSamplerCUBECommonpublic void setSamplerCUBE(FxSamplerCUBECommon value)
value - allowed object is
FxSamplerCUBECommonpublic FxSamplerRECTCommon getSamplerRECT()
FxSamplerRECTCommonpublic void setSamplerRECT(FxSamplerRECTCommon value)
value - allowed object is
FxSamplerRECTCommonpublic FxSamplerDEPTHCommon getSamplerDEPTH()
FxSamplerDEPTHCommonpublic void setSamplerDEPTH(FxSamplerDEPTHCommon value)
value - allowed object is
FxSamplerDEPTHCommonpublic String getEnum()
Stringpublic void setEnum(String value)
value - allowed object is
Stringpublic String getSid()
Stringpublic void setSid(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 | |||||||||