ContactCenters
V. 0.9.9.

umontreal.iro.lecuyer.xmlbind.params
Class IntegerListProperty

java.lang.Object
  extended by umontreal.iro.lecuyer.xmlbind.params.AbstractProperty
      extended by umontreal.iro.lecuyer.xmlbind.params.IntegerListProperty

public class IntegerListProperty
extends AbstractProperty

Represents a property whose value is a list of 32-bits signed integers.


Field Summary
protected  int[] value
           
 
Fields inherited from class umontreal.iro.lecuyer.xmlbind.params.AbstractProperty
name
 
Constructor Summary
IntegerListProperty()
           
 
Method Summary
 int[] getValue()
           
 int getValue(int idx)
           
 int getValueLength()
           
 boolean isSetValue()
           
 void setValue(int[] values)
           
 int setValue(int idx, int value)
           
 void unsetValue()
           
 
Methods inherited from class umontreal.iro.lecuyer.xmlbind.params.AbstractProperty
getName, isSetName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected int[] value
Constructor Detail

IntegerListProperty

public IntegerListProperty()
Method Detail

getValue

public int[] getValue()
Returns:
array of Integer

getValue

public int getValue(int idx)
Returns:
one of Integer

getValueLength

public int getValueLength()

setValue

public void setValue(int[] values)
Parameters:
values - allowed objects are Integer

setValue

public int setValue(int idx,
                    int value)
Parameters:
value - allowed object is Integer

isSetValue

public boolean isSetValue()

unsetValue

public void unsetValue()

ContactCenters
V. 0.9.9.

To submit a bug or ask questions, send an e-mail to Richard Simard.