|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ashridgetech.jamda.uml.Procedure.Language
Typesafe enum to represent the language of a Procedure
body.
Field Summary | |
static Procedure.Language |
JAVA
|
Method Summary | |
(package private) static Procedure.Language |
getInstance(java.lang.String name)
Get the instance of this class with the given name. |
(package private) java.lang.String |
getName()
Return the internal encoding for this instance |
java.lang.String |
toString()
Return the name as used to obtain this instance from #getInstance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Procedure.Language JAVA
Method Detail |
static Procedure.Language getInstance(java.lang.String name)
name
- the name of the instance, as returned by toString
name
java.lang.IllegalArgumentException
- if there is no instance with the value name
public java.lang.String toString()
toString
in class java.lang.Object
java.lang.String getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |