rs.sol.soloist.server.uml.concepts.reflection
Interface INamedElement

All Superinterfaces:
rs.sol.soloist.server.uml.concepts.IElement, IMElement
All Known Subinterfaces:
IAssociation, IAssociationClass, IClass, IClassifier, IDataType, IEnumeration, IEnumerationLiteral, IFeature, INamespace, IPackage, IPackageableElement, IPrimitiveType, IProperty, IStructuralFeature, IType, ITypedElement

public interface INamedElement
extends IMElement

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

getFQName

java.lang.String getFQName()
                           throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
Returns the fully qualified name of the Named Element.

Throws:
rs.sol.soloist.server.uml.exceptions.RequestFailedException

getUQName

java.lang.String getUQName()
                           throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
Returns the unqualified name of the Named Element.

Throws:
rs.sol.soloist.server.uml.exceptions.RequestFailedException

getVisibility

VisibilityKind getVisibility()
                             throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
Returns the visibility of the Named Element.

Throws:
rs.sol.soloist.server.uml.exceptions.RequestFailedException

getNamespace

INamespace getNamespace()
                        throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
Returns the owned Namespace. Derived union, subsets owner.

Throws:
rs.sol.soloist.server.uml.exceptions.RequestFailedException