jasi.sim.basic.value
Class AbstractSimValueType

java.lang.Object
  extended by jasi.sim.basic.value.AbstractSimValueType
All Implemented Interfaces:
SimValue, java.io.Serializable
Direct Known Subclasses:
AbstractComparableObject

public abstract class AbstractSimValueType
extends java.lang.Object
implements SimValue

All extending classes of the value-object class need to implement a constructor with a string argument, so that for SimValueType a =... the following term a.equals(new SimValueType(a.toString()) is always true.

See Also:
Serialized Form

Constructor Summary
AbstractSimValueType()
           
 
Method Summary
 java.lang.String getContent()
          Get the content of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSimValueType

public AbstractSimValueType()
Method Detail

getContent

public final java.lang.String getContent()
Get the content of this object.

Specified by:
getContent in interface SimValue
Returns:
Its content.