public interface NamedElement extends Element
A NamedElement is an Element in a model that may have a name. The name may be given directly and/or via the use of a StringExpression.
The following features are supported:
message Of Signature
Client Dependency
Supplier Dependency
namespace Of Member
Namespace
information Flow Of Information Source
information Flow Of Information Target
Name
Name Expression
Qualified Name
Visibility
consider Ignore Fragment Of Message
time Observation Of Event
duration Observation Of Event
UMLPackage.getNamedElement()
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ConsiderIgnoreFragment> |
get_considerIgnoreFragmentOfMessage()
Returns the value of the 'consider Ignore Fragment Of Message' reference list.
|
java.util.Collection<DurationObservation> |
get_durationObservationOfEvent()
Returns the value of the 'duration Observation Of Event' reference list.
|
java.util.Collection<InformationFlow> |
get_informationFlowOfInformationSource()
Returns the value of the 'information Flow Of Information Source' reference list.
|
java.util.Collection<InformationFlow> |
get_informationFlowOfInformationTarget()
Returns the value of the 'information Flow Of Information Target' reference list.
|
java.util.Collection<Message> |
get_messageOfSignature()
Returns the value of the 'message Of Signature' reference list.
|
java.util.Collection<Namespace> |
get_namespaceOfMember()
Returns the value of the 'namespace Of Member' reference list.
|
java.util.Collection<TimeObservation> |
get_timeObservationOfEvent()
Returns the value of the 'time Observation Of Event' reference list.
|
java.util.Collection<Dependency> |
getClientDependency()
Returns the value of the 'Client Dependency' reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
StringExpression |
getNameExpression()
Returns the value of the 'Name Expression' containment reference.
|
Namespace |
getNamespace()
Returns the value of the 'Namespace' reference.
|
java.lang.String |
getQualifiedName()
Returns the value of the 'Qualified Name' attribute.
|
java.util.Collection<Dependency> |
getSupplierDependency()
Returns the value of the 'Supplier Dependency' reference list.
|
VisibilityKind |
getVisibility()
Returns the value of the 'Visibility' attribute.
|
boolean |
has_considerIgnoreFragmentOfMessage() |
boolean |
has_durationObservationOfEvent() |
boolean |
has_informationFlowOfInformationSource() |
boolean |
has_informationFlowOfInformationTarget() |
boolean |
has_messageOfSignature() |
boolean |
has_namespaceOfMember() |
boolean |
has_timeObservationOfEvent() |
boolean |
hasClientDependency()
Returns the value of the 'Qualified Name' attribute.
|
boolean |
hasSupplierDependency() |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setNameExpression(StringExpression value)
Sets the value of the '
Name Expression ' containment reference. |
void |
setNamespace(Namespace value)
Sets the value of the '
Namespace ' reference. |
void |
setVisibility(VisibilityKind value)
Sets the value of the '
Visibility ' attribute. |
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotypeInstance, getOwnedComment, getOwnedElement, getOwner, getSyncElement, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasOwnedComment, hasOwnedElement, setAppliedStereotypeInstance, setOwner, setSyncElement
get_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalID
getID, getMDExtension, getMdExtensions, setID
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetID
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
java.util.Collection<Dependency> getClientDependency()
Dependency
.
It is bidirectional and its opposite is 'Client
'.
Indicates the Dependencies that reference this NamedElement as a client.
UMLPackage.getNamedElement_ClientDependency()
,
Dependency.getClient()
java.util.Collection<Dependency> getSupplierDependency()
Dependency
.
It is bidirectional and its opposite is 'Supplier
'.
Indicates the dependencies that reference the supplier.
UMLPackage.getNamedElement_SupplierDependency()
,
Dependency.getSupplier()
java.util.Collection<InformationFlow> get_informationFlowOfInformationSource()
InformationFlow
.
It is bidirectional and its opposite is
'Information Source
'.
If the meaning of the 'information Flow Of Information Source' reference list isn't clear, there really should be more of a description here...
UMLPackage.getNamedElement__informationFlowOfInformationSource()
,
InformationFlow.getInformationSource()
java.util.Collection<InformationFlow> get_informationFlowOfInformationTarget()
InformationFlow
.
It is bidirectional and its opposite is
'Information Target
'.
If the meaning of the 'information Flow Of Information Target' reference list isn't clear, there really should be more of a description here...
UMLPackage.getNamedElement__informationFlowOfInformationTarget()
,
InformationFlow.getInformationTarget()
java.util.Collection<Message> get_messageOfSignature()
Message
.
It is bidirectional and its opposite is 'Signature
'.
If the meaning of the 'message Of Signature' reference list isn't clear, there really should be more of a description here...
UMLPackage.getNamedElement__messageOfSignature()
,
Message.getSignature()
java.util.Collection<Namespace> get_namespaceOfMember()
Namespace
.
It is bidirectional and its opposite is 'Member
'.
If the meaning of the 'namespace Of Member' reference list isn't clear, there really should be more of a description here...
UMLPackage.getNamedElement__namespaceOfMember()
,
Namespace.getMember()
@CheckForNull Namespace getNamespace()
Owned Member
'.
Specifies the Namespace that owns the NamedElement.
setNamespace(Namespace)
,
UMLPackage.getNamedElement_Namespace()
,
Namespace.getOwnedMember()
void setNamespace(@CheckForNull Namespace value)
Namespace
' reference.
value
- the new value of the 'Namespace' reference.getNamespace()
java.lang.String getName()
""
.
The name of the NamedElement.
setName(String)
,
UMLPackage.getNamedElement_Name()
void setName(@CheckForNull java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
@CheckForNull StringExpression getNameExpression()
named Element Of Name Expression
'.
The StringExpression used to define the name of this NamedElement.
setNameExpression(StringExpression)
,
UMLPackage.getNamedElement_NameExpression()
,
StringExpression.get_namedElementOfNameExpression()
void setNameExpression(@CheckForNull StringExpression value)
Name Expression
' containment reference.
value
- the new value of the 'Name Expression' containment reference.getNameExpression()
java.lang.String getQualifiedName()
""
.
A name that allows the NamedElement to be identified within a hierarchy of nested Namespaces. It is constructed from the names of the containing Namespaces
starting at the root of the hierarchy and ending with the name of the NamedElement itself.
UMLPackage.getNamedElement_QualifiedName()
@CheckForNull VisibilityKind getVisibility()
setVisibility(VisibilityKind)
,
UMLPackage.getNamedElement_Visibility()
void setVisibility(@CheckForNull VisibilityKind value)
Visibility
' attribute.
value
- the new value of the 'Visibility' attribute.getVisibility()
java.util.Collection<DurationObservation> get_durationObservationOfEvent()
DurationObservation
.
It is bidirectional and its opposite is 'Event
'.
If the meaning of the 'duration Observation Of Event' reference list isn't clear, there really should be more of a description here...
UMLPackage.getNamedElement__durationObservationOfEvent()
,
DurationObservation.getEvent()
java.util.Collection<TimeObservation> get_timeObservationOfEvent()
TimeObservation
.
It is bidirectional and its opposite is 'Event
'.
If the meaning of the 'time Observation Of Event' reference list isn't clear, there really should be more of a description here...
UMLPackage.getNamedElement__timeObservationOfEvent()
,
TimeObservation.getEvent()
java.util.Collection<ConsiderIgnoreFragment> get_considerIgnoreFragmentOfMessage()
ConsiderIgnoreFragment
.
It is bidirectional and its opposite is 'Message
'.
If the meaning of the 'consider Ignore Fragment Of Message' reference list isn't clear, there really should be more of a description here...
UMLPackage.getNamedElement__considerIgnoreFragmentOfMessage()
,
ConsiderIgnoreFragment.getMessage()
boolean hasClientDependency() throws javax.jmi.reflect.JmiException
""
.
A name that allows the NamedElement to be identified within a hierarchy of nested Namespaces. It is constructed from the names of the containing Namespaces
starting at the root of the hierarchy and ending with the name of the NamedElement itself.
javax.jmi.reflect.JmiException
UMLPackage.getNamedElement_QualifiedName()
boolean hasSupplierDependency() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean has_informationFlowOfInformationSource() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean has_informationFlowOfInformationTarget() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean has_messageOfSignature() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean has_namespaceOfMember() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean has_durationObservationOfEvent() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean has_timeObservationOfEvent() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean has_considerIgnoreFragmentOfMessage() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException