|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectModelElement
ObjectModelElement.
| Method Summary | |
|---|---|
List<String> |
getComments()
Returns all comments lied to this particular model element |
ObjectModelElement |
getDeclaringElement()
Returns the element in which this element is defined, or null if there's none. |
String |
getDescription()
The description of this element is the upper part of the element's documentation. |
String |
getDocumentation()
Returns the whole documentation associated with this element (description + source documentation). |
String |
getName()
Returns the name of this element. |
String |
getSourceDocumentation()
Returns the source documentation part associated with this element. |
Collection<String> |
getStereotypes()
Returns the stereotypes names associated with this element. |
String |
getTagValue(String tagValue)
Returns the tagValue corresponding to the given name, or null if the element has no associated tagValue for this name. |
Map<String,String> |
getTagValues()
Returns the tagValues associated with this element. |
boolean |
hasStereotype(String stereotypeName)
Returns whether this element has a stereotype corresponding to the given name, or not. |
boolean |
hasTagValue(String tagValue)
Returns whether this element has a tagValue corresponding to the given name, or not. |
boolean |
isStatic()
Return if this element has static declaration, only valid when getDeclaringElement is classifier. |
| Method Detail |
|---|
String getName()
ObjectModelElement getDeclaringElement()
String getDocumentation()
String getDescription()
getSourceDocumentation()
String getSourceDocumentation()
Collection<String> getStereotypes()
boolean hasStereotype(String stereotypeName)
stereotypeName - stereotype name
Map<String,String> getTagValues()
String getTagValue(String tagValue)
tagValue - tag value name
boolean hasTagValue(String tagValue)
tagValue - tag value name
boolean isStatic()
List<String> getComments()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||