|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjasi.sim.basic.value.AbstractSimValueType
public abstract class AbstractSimValueType
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.
| 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 |
|---|
public AbstractSimValueType()
| Method Detail |
|---|
public final java.lang.String getContent()
getContent in interface SimValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||