Parameter
Inheritance: java.lang.Object, ColladaElement
The parameter. The parameter element declares parametric information regarding its parent element.
Constructors
| Constructor | Description |
|---|---|
| Parameter() |
Methods
| Method | Description |
|---|---|
| getName() | Gets or sets the name. The name attribute is the text string name of this element. Optional attribute. |
| setName(String value) | Gets or sets the name. The name attribute is the text string name of this element. Optional attribute. |
| getSid() | Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute. |
| setSid(String value) | Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute. |
| getSemantic() | Gets or sets the semantic. The semantic attribute is the user-defined meaning of the parameter. Optional attribute. |
| setSemantic(String value) | Gets or sets the semantic. The semantic attribute is the user-defined meaning of the parameter. Optional attribute. |
| getValueType() | Gets or sets the value type. The type attribute indicates the type of the value data. This text string must be understood by the application. Required attribute. |
| setValueType(String value) | Gets or sets the value type. The type attribute indicates the type of the value data. This text string must be understood by the application. Required attribute. |
| getValue() | Gets or sets the value. |
| setValue(String value) | Gets or sets the value. |
Parameter()
public Parameter()
getName()
public final String getName()
Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.
Returns: String
setName(String value)
public final void setName(String value)
Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.
getSid()
public final String getSid()
Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.
Returns: String
setSid(String value)
public final void setSid(String value)
Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.
getSemantic()
public final String getSemantic()
Gets or sets the semantic. The semantic attribute is the user-defined meaning of the parameter. Optional attribute.
Returns: String
setSemantic(String value)
public final void setSemantic(String value)
Gets or sets the semantic. The semantic attribute is the user-defined meaning of the parameter. Optional attribute.
getValueType()
public final String getValueType()
Gets or sets the value type. The type attribute indicates the type of the value data. This text string must be understood by the application. Required attribute.
Returns: String
setValueType(String value)
public final void setValueType(String value)
Gets or sets the value type. The type attribute indicates the type of the value data. This text string must be understood by the application. Required attribute.
getValue()
public final String getValue()
Gets or sets the value.
Returns: String
setValue(String value)
public final void setValue(String value)
Gets or sets the value.