rs.sol.soloist.server.uml.concepts.reflection
Interface IEnumerationLiteral

All Superinterfaces:
rs.sol.soloist.server.uml.concepts.IElement, IMElement, INamedElement

public interface IEnumerationLiteral
extends INamedElement

An enumeration literal of an Enumeration.


Method Summary
 IEnumeration getEnumeration()
          Returns the owner Enumeration.
 IEnumerationInstance getInstance()
           
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.reflection.INamedElement
getFQName, getNamespace, getUQName, getVisibility
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.reflection.IMElement
getOwnedElements, getOwner, getStereotype, getStereotypeAsText, getTaggedValue
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.IElement
accept, accept, isKindOf, isModelElement, isRTElement
 

Method Detail

getEnumeration

IEnumeration getEnumeration()
                            throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
Returns the owner Enumeration. Subsets namespace.

Throws:
rs.sol.soloist.server.uml.exceptions.RequestFailedException

getInstance

IEnumerationInstance getInstance()