UML.Semantic.Foundation.DataTypes
Class EnumerationLiteral
java.lang.Object
|
+--UML.Semantic.Foundation.DataTypes.EnumerationLiteral
- public class EnumerationLiteral
- extends java.lang.Object
An EnumerationLiteral defines an atom (i.e., with
no relevant substructure) that but can be compared for equality.
|
Constructor Summary |
EnumerationLiteral(java.lang.String name)
Constructs a new literal with given name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumerationLiteral
public EnumerationLiteral(java.lang.String name)
- Constructs a new literal with given name.
getName
public java.lang.String getName()
setElementType
public void setElementType(java.lang.String type)
getElementType
public java.lang.String getElementType()