ncsa.tools.common.types
Class ActualValueAttribute
java.lang.Object
ncsa.tools.common.types.Property
ncsa.tools.common.types.ActualValueAttribute
- All Implemented Interfaces:
- java.io.Serializable, Updateable, UserFacing
- public class ActualValueAttribute
- extends Property
- implements java.io.Serializable
A general attribute descriptor. Will also work inside an ogre script.
- Author:
- Albert L. Rossi
- See Also:
- Serialized Form
| Methods inherited from class ncsa.tools.common.types.Property |
asElement, createUpdateableElement, equalsProperty, getActualValue, getCategory, getId, getName, getSetComparator, getType, getValue, initializeFromElement, main, setCategory, setId, setName, setType, setValue |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ActualValueAttribute
public ActualValueAttribute()
ActualValueAttribute
public ActualValueAttribute(Property p)
toProperty
public Property toProperty()
toProperty
public Property toProperty(boolean serialize)
setActualValue
public void setActualValue(java.lang.Object o)
- Parameters:
o - attribute value (dereferenced).
getActualValue
public java.lang.Object getActualValue()
- Returns:
- value of attribute.
deserializeValue
public void deserializeValue()
serializeActualValue
public java.lang.String serializeActualValue()
toString
public java.lang.String toString()
- Overrides:
toString in class Property