|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INamedElement
Abstract generalization of named elements.
Method Summary | |
---|---|
java.lang.String |
getFQName()
Returns the fully qualified name of the Named Element. |
INamespace |
getNamespace()
Returns the owned Namespace. |
java.lang.String |
getUQName()
Returns the unqualified name of the Named Element. |
VisibilityKind |
getVisibility()
Returns the visibility of the Named Element. |
Methods inherited from interface rs.sol.soloist.server.uml.concepts.reflection.IMElement |
---|
getOwnedElements, getOwner, getStereotype, getStereotypeAsText, getTaggedValue |
Methods inherited from interface rs.sol.soloist.server.uml.concepts.IElement |
---|
accept, accept, isKindOf, isModelElement, isRTElement |
Method Detail |
---|
java.lang.String getFQName() throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
java.lang.String getUQName() throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
VisibilityKind getVisibility() throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
INamespace getNamespace() throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
rs.sol.soloist.server.uml.exceptions.RequestFailedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |