ncsa.tools.common.types
Class ActualValueAttribute

java.lang.Object
  extended byncsa.tools.common.types.Property
      extended byncsa.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

Field Summary
 
Fields inherited from class ncsa.tools.common.types.Property
TAG_SELF
 
Fields inherited from interface ncsa.tools.common.Updateable
DELETED_NAMESPACE, ID_NAMESPACE, NEW_NAMESPACE
 
Constructor Summary
ActualValueAttribute()
           
ActualValueAttribute(Property p)
           
 
Method Summary
 void deserializeValue()
           
 java.lang.Object getActualValue()
           
 java.lang.String serializeActualValue()
           
 void setActualValue(java.lang.Object o)
           
 Property toProperty()
           
 Property toProperty(boolean serialize)
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

ActualValueAttribute

public ActualValueAttribute()

ActualValueAttribute

public ActualValueAttribute(Property p)
Method Detail

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