Package com.nomagic.uml2.ext.jmi.helpers
Class StereotypeByProfileCache.AbstractEnumerationWrapper
- java.lang.Object
-
- com.nomagic.uml2.ext.jmi.helpers.StereotypeByProfileCache.AbstractElementWrapper<Enumeration>
-
- com.nomagic.uml2.ext.jmi.helpers.StereotypeByProfileCache.AbstractEnumerationWrapper
-
- Enclosing class:
- StereotypeByProfileCache
protected static class StereotypeByProfileCache.AbstractEnumerationWrapper extends StereotypeByProfileCache.AbstractElementWrapper<Enumeration>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractEnumerationWrapper(StereotypeByProfileCache cache)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EnumerationgetElement(StereotypeByProfileCache cache, java.lang.String name)protected static EnumerationLiteralgetEnumerationLiteralByName(Enumeration enumeration, java.lang.String name)-
Methods inherited from class com.nomagic.uml2.ext.jmi.helpers.StereotypeByProfileCache.AbstractElementWrapper
clear, getElementByName
-
-
-
-
Constructor Detail
-
AbstractEnumerationWrapper
protected AbstractEnumerationWrapper(StereotypeByProfileCache cache)
-
-
Method Detail
-
getElement
protected Enumeration getElement(StereotypeByProfileCache cache, java.lang.String name)
- Specified by:
getElementin classStereotypeByProfileCache.AbstractElementWrapper<Enumeration>
-
getEnumerationLiteralByName
@CheckForNull protected static EnumerationLiteral getEnumerationLiteralByName(@CheckForNull Enumeration enumeration, java.lang.String name)
-
-