protected static class StereotypeByProfileCache.AbstractStereotypeWrapper extends StereotypeByProfileCache.AbstractElementWrapper<Stereotype>
Modifier | Constructor and Description |
---|---|
protected |
AbstractStereotypeWrapper() |
protected |
AbstractStereotypeWrapper(StereotypeByProfileCache cache) |
Modifier and Type | Method and Description |
---|---|
protected Stereotype |
getElement(StereotypeByProfileCache cache,
java.lang.String name) |
protected static Property |
getTagByName(Stereotype stereotype,
java.lang.String tagName) |
protected static java.lang.Boolean |
toBoolean(java.lang.Object o) |
protected static java.lang.Double |
toDouble(java.lang.Object o) |
protected static java.lang.Integer |
toInteger(java.lang.Object o) |
protected static java.lang.String |
toString(java.lang.Object o) |
clear, getElementByName
protected AbstractStereotypeWrapper()
protected AbstractStereotypeWrapper(StereotypeByProfileCache cache)
@CheckForNull protected Stereotype getElement(StereotypeByProfileCache cache, java.lang.String name)
getElement
in class StereotypeByProfileCache.AbstractElementWrapper<Stereotype>
@CheckForNull protected static Property getTagByName(@CheckForNull Stereotype stereotype, java.lang.String tagName)
@CheckForNull protected static java.lang.Integer toInteger(@CheckForNull java.lang.Object o)
@CheckForNull protected static java.lang.Boolean toBoolean(@CheckForNull java.lang.Object o)
@CheckForNull protected static java.lang.String toString(@CheckForNull java.lang.Object o)
@CheckForNull protected static java.lang.Double toDouble(@CheckForNull java.lang.Object o)