public class FxCommonFloatOrParameterFloat extends ColladaElement
The FX common float or parameter float. The value is represented by a literal floating-point scalar.
Constructor and Description |
---|
FxCommonFloatOrParameterFloat() |
Modifier and Type | Method and Description |
---|---|
String |
getSid()
Gets or sets the sid.
|
String |
getValue()
Gets or sets the value as text.
|
void |
setSid(String value)
Gets or sets the sid.
|
void |
setValue(String value)
Gets or sets the value as text.
|
public final String getSid()
Gets or sets the sid. The sid attribute is optional.
public final void setSid(String value)
Gets or sets the sid. The sid attribute is optional.
public final String getValue()
Gets or sets the value as text.
public final void setValue(String value)
Gets or sets the value as text.