ContactCenters
V. 0.9.9.

umontreal.iro.lecuyer.xmlbind.params
Class AbstractProperty

java.lang.Object
  extended by 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.


Field Summary
protected  String name
           
 
Constructor Summary
AbstractProperty()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 boolean isSetName()
           
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name
Constructor Detail

AbstractProperty

public AbstractProperty()
Method Detail

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()

ContactCenters
V. 0.9.9.

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