org.omg.uml.foundation.core
Interface EnumerationLiteral

All Superinterfaces:
Element, ModelElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject

public interface EnumerationLiteral
extends ModelElement

EnumerationLiteral object instance interface.


Method Summary
 Enumeration getEnumeration()
          Returns the value of reference enumeration.
 void setEnumeration(Enumeration newValue)
          Sets the value of reference enumeration.
 
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
 

Method Detail

getEnumeration

public Enumeration getEnumeration()
Returns the value of reference enumeration.

Returns:
Value of reference enumeration.

setEnumeration

public void setEnumeration(Enumeration newValue)
Sets the value of reference enumeration. See getEnumeration() for description on the reference.

Parameters:
newValue - New value to be set.