|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ocl.examples.domain.types.AbstractInheritance
org.eclipse.ocl.examples.library.executor.ReflectiveType
org.eclipse.ocl.examples.library.ecore.EcoreReflectiveType
org.eclipse.ocl.examples.library.ecore.EcoreReflectiveEnumeration
public class EcoreReflectiveEnumeration
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.ocl.examples.domain.types.AbstractInheritance |
---|
AbstractInheritance.FragmentIterable |
Field Summary |
---|
Fields inherited from class org.eclipse.ocl.examples.library.ecore.EcoreReflectiveType |
---|
eClassifier, EMPTY_INHERITANCES, typeParameters |
Fields inherited from class org.eclipse.ocl.examples.domain.types.AbstractInheritance |
---|
evaluationPackage, flags, name, operationMap, ORDERED, propertyMap, UNIQUE |
Fields inherited from interface org.eclipse.ocl.examples.domain.elements.DomainInheritance |
---|
EMPTY_ARRAY |
Constructor Summary | |
---|---|
EcoreReflectiveEnumeration(EcoreReflectivePackage evaluationPackage,
int flags,
org.eclipse.emf.ecore.EEnum eEnum,
DomainTemplateParameter... typeParameters)
|
Method Summary | |
---|---|
EnumerationId |
getEnumerationId()
|
DomainEnumerationLiteral |
getEnumerationLiteral(java.lang.String name)
|
java.lang.Iterable<? extends DomainEnumerationLiteral> |
getEnumerationLiterals()
|
protected java.util.Map<java.lang.String,DomainEnumerationLiteral> |
initLiterals()
|
Methods inherited from class org.eclipse.ocl.examples.library.ecore.EcoreReflectiveType |
---|
createFragment, createInstance, createInstance, getAllOperations, getAllProperties, getEClassifier, getInitialSuperInheritances, getLocalOperations, getLocalProperties, getLocalSuperTypes, getMemberProperty, getMetaTypeName, getOwnedAttribute, getOwnedOperation, getStandardLibrary, getTypeParameters |
Methods inherited from class org.eclipse.ocl.examples.library.executor.ReflectiveType |
---|
addSubInheritance, computeFlags, dispose, gatherUninstalledInheritances, getAllSuperFragments, getDepth, getFragment, getFragments, getIndex, getIndexes, getSelfFragment, getSuperFragments, getType, getTypeId, initialize, install, installOclAny, isInstallable, isInstalled, removeSubInheritance, uninstall |
Methods inherited from class org.eclipse.ocl.examples.domain.types.AbstractInheritance |
---|
conformsTo, getCommonInheritance, getCommonType, getFragment, getInheritance, getMemberOperation, getName, getNormalizedType, getOclAnyInheritance, getOwnedInvariant, getOwnedRule, getPackage, initStatics, isEqualTo, isEqualToUnspecializedType, isInvalid, isOrdered, isSubInheritanceOf, isSuperInheritanceOf, isUndefined, isUnique, lookupImplementation, lookupLocalOperation, oclEquals, oclHashCode, specializeIn, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainType |
---|
conformsTo, createInstance, createInstance, getCommonType, getInheritance, getLocalOperations, getLocalProperties, getLocalSuperTypes, getMetaTypeName, getName, getNormalizedType, getOwnedAttribute, getOwnedInvariant, getOwnedOperation, getPackage, getTypeId, getTypeParameters, isEqualTo, isEqualToUnspecializedType, isInvalid, isOrdered, isUnique, lookupImplementation, specializeIn |
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainNamespace |
---|
getOwnedRule |
Methods inherited from interface org.eclipse.ocl.examples.domain.values.OCLValue |
---|
oclEquals, oclHashCode |
Constructor Detail |
---|
public EcoreReflectiveEnumeration(@NonNull EcoreReflectivePackage evaluationPackage, int flags, @NonNull org.eclipse.emf.ecore.EEnum eEnum, @NonNull DomainTemplateParameter... typeParameters)
Method Detail |
---|
@Nullable public DomainEnumerationLiteral getEnumerationLiteral(@NonNull java.lang.String name)
getEnumerationLiteral
in interface DomainEnumeration
@NonNull public EnumerationId getEnumerationId()
getEnumerationId
in interface DomainEnumeration
@NonNull public java.lang.Iterable<? extends DomainEnumerationLiteral> getEnumerationLiterals()
getEnumerationLiterals
in interface DomainEnumeration
@NonNull protected java.util.Map<java.lang.String,DomainEnumerationLiteral> initLiterals()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |