Primitives
Inheritance: java.lang.Object, ColladaElement
The primitives. The primitives element represents primitive data for the primitive types. The primitives element contains indices that reference into the parent’s source elements referenced by the input elements.
Constructors
| Constructor | Description |
|---|---|
| Primitives() |
Methods
| Method | Description |
|---|---|
| getText() | Gets or sets the values as text. |
| setText(String value) | Gets or sets the values as text. |
Primitives()
public Primitives()
getText()
public final String getText()
Gets or sets the values as text.
Returns: String
setText(String value)
public final void setText(String value)
Gets or sets the values as text.