FxCommonFloatOrParameterFloat

Inheritance: java.lang.Object, ColladaElement

The FX common float or parameter float. The value is represented by a literal floating-point scalar.

Constructors

ConstructorDescription
FxCommonFloatOrParameterFloat()

Methods

MethodDescription
getSid()Gets or sets the sid. The sid attribute is optional.
setSid(String value)Gets or sets the sid. The sid attribute is optional.
getValue()Gets or sets the value as text.
setValue(String value)Gets or sets the value as text.

FxCommonFloatOrParameterFloat()

public FxCommonFloatOrParameterFloat()

getSid()

public final String getSid()

Gets or sets the sid. The sid attribute is optional.

Returns: String

setSid(String value)

public final void setSid(String value)

Gets or sets the sid. The sid attribute is optional.

getValue()

public final String getValue()

Gets or sets the value as text.

Returns: String

setValue(String value)

public final void setValue(String value)

Gets or sets the value as text.