org.omg.uml.foundation.core
Interface Enumeration

All Superinterfaces:
Classifier, DataType, Element, GeneralizableElement, ModelElement, Namespace, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject

public interface Enumeration
extends DataType

Enumeration object instance interface.


Method Summary
 List getLiteral()
          Returns the value of reference literal.
 
Methods inherited from interface org.omg.uml.foundation.core.Classifier
getFeature, getPowertypeRange
 
Methods inherited from interface org.omg.uml.foundation.core.GeneralizableElement
getGeneralization, isAbstract, isLeaf, isRoot, setAbstract, setLeaf, setRoot
 
Methods inherited from interface org.omg.uml.foundation.core.ModelElement
getClientDependency, getComment, getConstraint, getName, getNamespace, getSourceFlow, getStereotype, getTaggedValue, getTargetFlow, getTemplateParameter, getVisibility, isSpecification, setName, setNamespace, setSpecification, setVisibility
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface org.omg.uml.foundation.core.Namespace
getOwnedElement
 

Method Detail

getLiteral

public List getLiteral()
Returns the value of reference literal.

Returns:
Value of reference literal.