|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.umn.cs.crisys.RSM.Enum
Base class for RSML-e enumeration types. A typical way to create an enumeration type is to derive a final class with a private constructor and define public final objects that correspond to distinct enumeration values.
Field Summary | |
java.lang.String |
id
Descriptive string denoting an enumeration value. |
Constructor Summary | |
protected |
RSM.Enum(java.lang.String myId)
Constructor. |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public final java.lang.String id
Constructor Detail |
protected RSM.Enum(java.lang.String myId)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |