org.infolayer.model
Class UmlEnumerationLiteral

java.lang.Object
  extended byorg.infolayer.model.UmlModelElement
      extended byorg.infolayer.model.UmlEnumerationLiteral
All Implemented Interfaces:
org.ksoap2.serialization.KvmSerializable, Typed

public class UmlEnumerationLiteral
extends UmlModelElement
implements Typed

Author:
Stefan Haustein To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.

Field Summary
 
Fields inherited from class org.infolayer.model.UmlModelElement
PRIVATE, PROTECTED, PUBLIC
 
Constructor Summary
UmlEnumerationLiteral()
           
 
Method Summary
 UmlClassifier getType()
          Returns the Uml type of this object
 java.lang.String toOclLiteral()
           
 
Methods inherited from class org.infolayer.model.UmlModelElement
getComment, getLabel, getName, getProperty, getPropertyCount, getPropertyInfo, getTaggedValue, getTaggedValue, getVisibility, init, setName, setProperty, setTaggedValue, setVisibility, setVisibility, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UmlEnumerationLiteral

public UmlEnumerationLiteral()
Method Detail

getType

public UmlClassifier getType()
Description copied from interface: Typed
Returns the Uml type of this object

Specified by:
getType in interface Typed

toOclLiteral

public java.lang.String toOclLiteral()
Specified by:
toOclLiteral in interface Typed