public class IntArray extends ColladaElement implements com.aspose.cad_internal.fileformats.collada.fileparser.elements.interfaces.ISourceTextArray
The integer array. The INT_ARRAY element declares the storage for a homogenous array of integer values.
Constructor and Description |
---|
IntArray()
Initializes a new instance of the
IntArray class. |
Modifier and Type | Method and Description |
---|---|
long |
getCount()
Gets or sets the count.
|
String |
getId()
Gets or sets the id.
|
String |
getMaxInclusive()
Gets or sets the max inclusive.
|
String |
getMinInclusive()
Gets or sets the min inclusive.
|
String |
getName()
Gets or sets the name.
|
String |
getText()
Gets or sets the value as text.
|
void |
setCount(long value)
Gets or sets the count.
|
void |
setId(String value)
Gets or sets the id.
|
void |
setMaxInclusive(String value)
Gets or sets the max inclusive.
|
void |
setMinInclusive(String value)
Gets or sets the min inclusive.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setText(String value)
Gets or sets the value as text.
|
public IntArray()
Initializes a new instance of the IntArray
class.
public final String getId()
Gets or sets the id. The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.
public final void setId(String value)
Gets or sets the id. The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.
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 long getCount()
Gets or sets the count. The count attribute indicates the number of values in the array. Required attribute.
getCount
in interface com.aspose.cad_internal.fileformats.collada.fileparser.elements.interfaces.ISourceTextArray
public final void setCount(long value)
Gets or sets the count. The count attribute indicates the number of values in the array. Required attribute.
setCount
in interface com.aspose.cad_internal.fileformats.collada.fileparser.elements.interfaces.ISourceTextArray
public final String getMinInclusive()
Gets or sets the min inclusive. The minInclusive attribute indicates the smallest integer value that can be contained in the array. The default value is -2147483648. Optional attribute.
public final void setMinInclusive(String value)
Gets or sets the min inclusive. The minInclusive attribute indicates the smallest integer value that can be contained in the array. The default value is -2147483648. Optional attribute.
public final String getMaxInclusive()
Gets or sets the max inclusive. The maxInclusive attribute indicates the largest integer value that can be contained in the array. The default value is 2147483647. Optional attribute.
public final void setMaxInclusive(String value)
Gets or sets the max inclusive. The maxInclusive attribute indicates the largest integer value that can be contained in the array. The default value is 2147483647. Optional attribute.
public final String getText()
Gets or sets the value as text.
getText
in interface com.aspose.cad_internal.fileformats.collada.fileparser.elements.interfaces.ISourceTextArray
public final void setText(String value)
Gets or sets the value as text.
setText
in interface com.aspose.cad_internal.fileformats.collada.fileparser.elements.interfaces.ISourceTextArray