umontreal.iro.lecuyer.xmlbind.params
Class IntegerArrayProperty
java.lang.Object
umontreal.iro.lecuyer.xmlbind.params.AbstractProperty
umontreal.iro.lecuyer.xmlbind.params.IntegerArrayProperty
public class IntegerArrayProperty
- extends AbstractProperty
Represents a property whose value is a 2D array of 32-bits
signed integers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected IntArray value
IntegerArrayProperty
public IntegerArrayProperty()
getValue
public IntArray getValue()
- Gets the value of the value property.
- Returns:
- possible object is
IntArray
setValue
public void setValue(IntArray value)
- Sets the value of the value property.
- Parameters:
value
- allowed object is
IntArray
isSetValue
public boolean isSetValue()
To submit a bug or ask questions, send an e-mail to
Richard Simard.