Interface PackageableElement
- All Superinterfaces:
BaseElement,Cloneable,Comparable,Element,org.eclipse.emf.ecore.EObject,MDObject,com.dassault_systemes.modeler.foundation.model.ModelElement,ModelObject,NamedElement,org.eclipse.emf.common.notify.Notifier,ParameterableElement,javax.jmi.reflect.RefBaseObject,javax.jmi.reflect.RefFeatured,javax.jmi.reflect.RefObject
- All Known Subinterfaces:
Abstraction,Activity,Actor,AnyReceiveEvent,Artifact,Association,AssociationClass,Behavior,BehavioredClassifier,CallEvent,ChangeEvent,Class,Classifier,Collaboration,CommunicationPath,Component,ComponentRealization,Constraint,DataType,Dependency,Deployment,DeploymentSpecification,Device,Duration,DurationConstraint,DurationInterval,DurationObservation,ElementValue,EncapsulatedClassifier,Enumeration,EnumerationLiteral,Event,ExecutionEnvironment,Expression,Extension,FunctionBehavior,GeneralizationSet,InformationFlow,InformationItem,InstanceSpecification,InstanceValue,Interaction,InteractionConstraint,Interface,InterfaceRealization,Interval,IntervalConstraint,LiteralBoolean,LiteralInteger,LiteralNull,LiteralReal,LiteralSpecification,LiteralString,LiteralUnlimitedNatural,Manifestation,MessageEvent,Model,Node,Observation,OpaqueBehavior,OpaqueExpression,Package,PrimitiveType,Profile,ProtocolStateMachine,Realization,Signal,SignalEvent,StateMachine,Stereotype,StringExpression,StructuredClassifier,Substitution,TimeConstraint,TimeEvent,TimeExpression,TimeInterval,TimeObservation,Type,Usage,UseCase,ValueSpecification
A PackageableElement is a NamedElement that may be owned directly by a Package. A PackageableElement is also able to serve as the parameteredElement of a TemplateParameter.
The following features are supported:
- See Also:
- Model:
- abstract="true" annotation="MOF package='classes.mdkernel'"
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'component Of Packaged Element' container reference.Returns the value of the 'element Import Of Imported Element' reference list.Returns the value of the 'manifestation Of Utilized Element' reference list.Returns the value of the 'Owning Package' container reference.Returns the value of the 'Visibility' attribute.booleanbooleanvoidSets the value of the 'component Of Packaged Element' container reference.voidsetOwningPackage(Package value) Sets the value of the 'Owning Package' container reference.voidsetVisibility(VisibilityKind value) Sets the value of the 'Visibility' attribute.Methods inherited from interface com.nomagic.magicdraw.uml.BaseElement
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, isEditable, removePropertyChangeListener, sGetIDMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementTaggedValue, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotype, getOwnedComment, getOwnedElement, getOwner, getSyncElement, getTaggedValue, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasAppliedStereotype, hasElementTaggedValue, hasOwnedComment, hasOwnedElement, hasTaggedValue, setOwner, setSyncElementMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com.nomagic.magicdraw.foundation.MDObject
getID, getMDExtension, getMdExtensions, setIDMethods inherited from interface com.dassault_systemes.modeler.foundation.model.ModelElement
canChangeElementOwner, eDynamicGet, getElementOwner, getLocalID, getObjectParent, selfDispose, setLocalID, sGetLocalIDMethods inherited from interface com.nomagic.uml2.ext.magicdraw.base.ModelObject
get_representationText, ignoringRefGetValue, ignoringRefGetValue, isSet, refGetValue, refGetValue, refSetValue, refSetValue, set_representationTextMethods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.NamedElement
get_considerIgnoreFragmentOfMessage, get_durationObservationOfEvent, get_informationFlowOfInformationSource, get_informationFlowOfInformationTarget, get_messageOfSignature, get_namespaceOfMember, get_timeObservationOfEvent, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getSupplierDependency, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespaceMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com.nomagic.uml2.ext.magicdraw.auxiliaryconstructs.mdtemplates.ParameterableElement
get_templateParameterOfDefault, get_templateParameterOfOwnedDefault, get_templateParameterSubstitutionOfActual, get_templateParameterSubstitutionOfOwnedActual, getOwningTemplateParameter, getTemplateParameter, has_templateParameterOfDefault, has_templateParameterSubstitutionOfActual, set_templateParameterOfOwnedDefault, set_templateParameterSubstitutionOfOwnedActual, setOwningTemplateParameter, setTemplateParameterMethods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraintsMethods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refInvokeOperation, refInvokeOperation, refSetValueMethods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
-
Method Details
-
get_elementImportOfImportedElement
Collection<ElementImport> get_elementImportOfImportedElement()Returns the value of the 'element Import Of Imported Element' reference list. The list contents are of typeElementImport. It is bidirectional and its opposite is 'Imported Element'.If the meaning of the 'element Import Of Imported Element' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'element Import Of Imported Element' reference list.
- See Also:
- Model:
- opposite="importedElement" ordered="false"
- Generated:
-
get_componentOfPackagedElement
Returns the value of the 'component Of Packaged Element' container reference. It is bidirectional and its opposite is 'Packaged Element'.If the meaning of the 'component Of Packaged Element' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'component Of Packaged Element' container reference.
- See Also:
- Model:
- opposite="packagedElement" transient="false" ordered="false"
- Generated:
-
set_componentOfPackagedElement
Sets the value of the 'component Of Packaged Element' container reference.- Parameters:
value- the new value of the 'component Of Packaged Element' container reference.- See Also:
- Generated:
-
get_manifestationOfUtilizedElement
Collection<Manifestation> get_manifestationOfUtilizedElement()Returns the value of the 'manifestation Of Utilized Element' reference list. The list contents are of typeManifestation. It is bidirectional and its opposite is 'Utilized Element'.If the meaning of the 'manifestation Of Utilized Element' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'manifestation Of Utilized Element' reference list.
- See Also:
- Model:
- opposite="utilizedElement" ordered="false"
- Generated:
-
getOwningPackage
Returns the value of the 'Owning Package' container reference. It is bidirectional and its opposite is 'Packaged Element'.If the meaning of the 'Owning Package' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Owning Package' container reference.
- See Also:
- Model:
- opposite="packagedElement" transient="false" ordered="false"
- Generated:
-
setOwningPackage
Sets the value of the 'Owning Package' container reference.- Parameters:
value- the new value of the 'Owning Package' container reference.- See Also:
- Generated:
-
getVisibility
Returns the value of the 'Visibility' attribute. The default value is"public". The literals are from the enumerationVisibilityKind. A PackageableElement must have a visibility specified if it is owned by a Namespace. The default visibility is public.- Specified by:
getVisibilityin interfaceNamedElement- Returns:
- the value of the 'Visibility' attribute.
- See Also:
- Model:
- default="public" ordered="false"
- Generated:
-
setVisibility
Sets the value of the 'Visibility' attribute.- Specified by:
setVisibilityin interfaceNamedElement- Parameters:
value- the new value of the 'Visibility' attribute.- See Also:
- Generated:
-
has_elementImportOfImportedElement
boolean has_elementImportOfImportedElement() throws javax.jmi.reflect.JmiException- Throws:
javax.jmi.reflect.JmiException- Generated:
-
has_manifestationOfUtilizedElement
boolean has_manifestationOfUtilizedElement() throws javax.jmi.reflect.JmiException- Throws:
javax.jmi.reflect.JmiException- Generated:
-