umontreal.iro.lecuyer.xmlbind.params
Class AbstractProperty
java.lang.Object
umontreal.iro.lecuyer.xmlbind.params.AbstractProperty
- Direct Known Subclasses:
- BooleanArrayProperty, BooleanListProperty, BooleanProperty, DateTimeProperty, DurationListProperty, DurationProperty, IntegerArrayProperty, IntegerListProperty, IntegerProperty, NumberArrayProperty, NumberListProperty, NumberProperty, StringListProperty, StringProperty
public abstract class AbstractProperty
- extends Object
Represents a property, i.e., a name-value pair.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
AbstractProperty
public AbstractProperty()
getName
public String getName()
- Gets the value of the name property.
- Returns:
- possible object is
String
setName
public void setName(String value)
- Sets the value of the name property.
- Parameters:
value
- allowed object is
String
isSetName
public boolean isSetName()
To submit a bug or ask questions, send an e-mail to
Richard Simard.