Package com.nomagic.uml2.ext.jmi.helpers
Class StereotypeByProfileCache.AbstractStereotypeWrapper
- java.lang.Object
 - 
- com.nomagic.uml2.ext.jmi.helpers.StereotypeByProfileCache.AbstractElementWrapper<Stereotype>
 - 
- com.nomagic.uml2.ext.jmi.helpers.StereotypeByProfileCache.AbstractStereotypeWrapper
 
 
 
- 
- Enclosing class:
 - StereotypeByProfileCache
 
protected static class StereotypeByProfileCache.AbstractStereotypeWrapper extends StereotypeByProfileCache.AbstractElementWrapper<Stereotype>
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractStereotypeWrapper()protectedAbstractStereotypeWrapper(StereotypeByProfileCache cache) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StereotypegetElement(StereotypeByProfileCache cache, java.lang.String name)protected static PropertygetTagByName(Stereotype stereotype, java.lang.String tagName)protected static java.lang.BooleantoBoolean(java.lang.Object o)protected static java.lang.DoubletoDouble(java.lang.Object o)protected static java.lang.IntegertoInteger(java.lang.Object o)protected static java.lang.StringtoString(java.lang.Object o)- 
Methods inherited from class com.nomagic.uml2.ext.jmi.helpers.StereotypeByProfileCache.AbstractElementWrapper
clear, getElementByName 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
AbstractStereotypeWrapper
protected AbstractStereotypeWrapper()
 
- 
AbstractStereotypeWrapper
protected AbstractStereotypeWrapper(StereotypeByProfileCache cache)
 
 - 
 
- 
Method Detail
- 
getElement
@CheckForNull protected Stereotype getElement(StereotypeByProfileCache cache, java.lang.String name)
- Specified by:
 getElementin classStereotypeByProfileCache.AbstractElementWrapper<Stereotype>
 
- 
getTagByName
@CheckForNull protected static Property getTagByName(@CheckForNull Stereotype stereotype, java.lang.String tagName)
 
- 
toInteger
@CheckForNull protected static java.lang.Integer toInteger(@CheckForNull java.lang.Object o) 
- 
toBoolean
@CheckForNull protected static java.lang.Boolean toBoolean(@CheckForNull java.lang.Object o) 
- 
toString
@CheckForNull protected static java.lang.String toString(@CheckForNull java.lang.Object o) 
- 
toDouble
@CheckForNull protected static java.lang.Double toDouble(@CheckForNull java.lang.Object o) 
 - 
 
 -