umontreal.iro.lecuyer.xmlbind.params
Class StringListProperty
java.lang.Object
umontreal.iro.lecuyer.xmlbind.params.AbstractProperty
umontreal.iro.lecuyer.xmlbind.params.StringListProperty
public class StringListProperty
- extends AbstractProperty
Represents a property whose value is a list of
strings.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected String[] value
StringListProperty
public StringListProperty()
getValue
public String[] getValue()
- Returns:
- array of
String
getValue
public String getValue(int idx)
- Returns:
- one of
String
getValueLength
public int getValueLength()
setValue
public void setValue(String[] values)
- Parameters:
values
- allowed objects are
String
setValue
public String setValue(int idx,
String value)
- Parameters:
value
- allowed object is
String
isSetValue
public boolean isSetValue()
unsetValue
public void unsetValue()
To submit a bug or ask questions, send an e-mail to
Richard Simard.