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.
 
Method Summary
 java.lang.String getElementType()
           
 java.lang.String getName()
           
 void setElementType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumerationLiteral

public EnumerationLiteral(java.lang.String name)
Constructs a new literal with given name.

Method Detail

getName

public java.lang.String getName()

setElementType

public void setElementType(java.lang.String type)

getElementType

public java.lang.String getElementType()