|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Specifies a "facade" for a model element. Provides information about the model element.
Method Summary | |
ConstraintFacade |
findConstraint(java.lang.String name)
Searches for and returns the value of a constraint having the specified name on this model element |
java.lang.String |
findTagValue(java.lang.String tagName)
Searches for and returns the value of a given tag on the underlying model element. |
java.util.Collection |
getConstraints()
Returns the Collection of ConstraintFacade instances. |
java.lang.String |
getFullyQualifiedName()
Returns the fully qualified name of the given model element. |
java.util.Collection |
getGeneralizations()
Returns the Collection of GeneralizationFacade instances. |
java.lang.String |
getId()
Gets the id for the underlying model element |
java.lang.String |
getName()
Retrieves the name of the underlying model element. |
java.lang.String |
getPackageName()
Returns the name of the package name of the underlying model element. |
java.util.Collection |
getStereotypeNames()
Retrieves all stereo type names belonging to the underlying model element. |
java.util.Collection |
getTaggedValues()
Retrieves the Collection of TaggedValueFacades belonging to the underlying model element. |
ClassifierFacade |
getType()
Gets the type of the underlying model element. |
Method Detail |
public java.lang.String getId()
public ClassifierFacade getType()
public java.util.Collection getGeneralizations()
public java.lang.String findTagValue(java.lang.String tagName)
tagName
- the name of the tag to find.
public java.util.Collection getTaggedValues()
public java.lang.String getFullyQualifiedName()
public java.util.Collection getConstraints()
public java.lang.String getPackageName()
public java.lang.String getName()
public java.util.Collection getStereotypeNames()
public ConstraintFacade findConstraint(java.lang.String name)
name
- - constraint name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |