rs.sol.soloist.server.uml.concepts.runtime
Interface IEnumerationInstance

All Superinterfaces:
IClassifierInstance, IDataTypeInstance, rs.sol.soloist.server.uml.concepts.IElement, IRTElement
All Known Implementing Classes:
DockLayoutDirection, FilteringLogic, GUIDateTimeFormat, GUINumberFormat, HorizontalAlignment, InstanceOfEnumeration, PerformImmediately, PropertyKind, VerticalAlignment

public interface IEnumerationInstance
extends IDataTypeInstance

An instance of a Enumeration.


Method Summary
 IEnumerationLiteral getLiteral()
           
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.runtime.IDataTypeInstance
getDataType, getSQLString, toSerializable, toString
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.runtime.IClassifierInstance
conformsTo, constructor, copySlots, copySlots, destroy, destructor, getAttributeValue, getAttributeValue, getAttributeValue, getAttributeValues, getClassifier, getClassifierFQName, getClassifierUQName, getFirstCommonGeneralizer, getFirstCommonGeneralizerFQName, getFirstCommonGeneralizerUQName, getMyID, getSlot, getSlot, getSlot, getSlot, getSlots, isClassInstance, isDataTypeInstance, isDirectInstanceOf, isDirectInstanceOf, isEqualTo, isInstanceOf, isInstanceOf, isMarkedAsDeleted, makeClone, markAsDeleted
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.runtime.IRTElement
getMElement, hasIdentity
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.IElement
accept, accept, isKindOf, isModelElement, isRTElement
 

Method Detail

getLiteral

IEnumerationLiteral getLiteral()