public class Parameter extends ColladaElement
The parameter. The parameter element declares parametric information regarding its parent element.
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets or sets the name.
|
String |
getSemantic()
Gets or sets the semantic.
|
String |
getSid()
Gets or sets the sid.
|
String |
getValue()
Gets or sets the value.
|
String |
getValueType()
Gets or sets the value type.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setSemantic(String value)
Gets or sets the semantic.
|
void |
setSid(String value)
Gets or sets the sid.
|
void |
setValue(String value)
Gets or sets the value.
|
void |
setValueType(String value)
Gets or sets the value type.
|
public final String getName()
Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.
public final void setName(String value)
Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.
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.
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.
public final String getSemantic()
Gets or sets the semantic. The semantic attribute is the user-defined meaning of the parameter. Optional attribute.
public final void setSemantic(String value)
Gets or sets the semantic. The semantic attribute is the user-defined meaning of the parameter. Optional attribute.
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.
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.
public final String getValue()
Gets or sets the value.
public final void setValue(String value)
Gets or sets the value.