public abstract class AbstractExecutorPackage extends AbstractExecutorNamedElement implements Package
| Constructor and Description |
|---|
AbstractExecutorPackage(String name) |
| Modifier and Type | Method and Description |
|---|---|
EPackage |
getEPackage() |
List<Package> |
getImportedPackages()
Returns the value of the 'Imported Packages' reference list.
|
String |
getNsPrefix()
Returns the value of the 'Ns Prefix' attribute.
|
List<Class> |
getOwnedClasses()
Returns the value of the 'Owned Classes' containment reference list.
|
List<Constraint> |
getOwnedConstraints()
Returns the value of the 'Owned Constraints' containment reference list.
|
List<InstanceSpecification> |
getOwnedInstances()
Returns the value of the 'Owned Instances' containment reference list.
|
List<Package> |
getOwnedPackages()
Returns the value of the 'Owned Packages' containment reference list.
|
List<ProfileApplication> |
getOwnedProfileApplications()
Returns the value of the 'Owned Profile Applications' containment reference list.
|
Package |
getOwningPackage()
Returns the value of the 'Owning Package' container reference.
|
PackageId |
getPackageId() |
String |
getURI()
Returns the value of the 'URI' attribute.
|
void |
setNsPrefix(String value)
Sets the value of the '
Ns Prefix' attribute. |
void |
setOwningPackage(Package value)
Sets the value of the '
Owning Package' container reference. |
void |
setURI(String value)
Sets the value of the '
URI' attribute. |
getName, setNameaccept, allOwnedElements, eAdapters, eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eDeliver, eGet, eGet, eInvoke, eIsProxy, eIsSet, eNotify, eResource, eSet, eSetDeliver, eUnset, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValueequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOwnedClassgetName, setNameaccept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic AbstractExecutorPackage(String name)
public List<Constraint> getOwnedConstraints()
NamespaceConstraint.
If the meaning of the 'Owned Rule' containment reference list isn't clear, there really should be more of a description here...
Specifies a set of Constraints owned by this Namespace.getOwnedConstraints in interface NamespacePivotPackage.getNamespace_OwnedConstraints()public List<Package> getOwnedPackages()
PackagePackage.
It is bidirectional and its opposite is 'Owning Package'.
References the packaged elements that are Packages.
getOwnedPackages in interface PackagePivotPackage.getPackage_OwnedPackages(),
Package.getOwningPackage()public String getNsPrefix()
PackageIf the meaning of the 'Ns Prefix' attribute isn't clear, there really should be more of a description here...
getNsPrefix in interface PackagePackage.setNsPrefix(String),
PivotPackage.getPackage_NsPrefix()public void setNsPrefix(String value)
PackageNs Prefix' attribute.
setNsPrefix in interface Packagevalue - the new value of the 'Ns Prefix' attribute.Package.getNsPrefix()public String getURI()
PackageIf the meaning of the 'Ns URI' attribute isn't clear, there really should be more of a description here...
Provides an identifier for the package that can be used for many purposes. A URI is the universally unique identification of the package following the IETF URI specification, RFC 2396 http://www.ietf.org/rfc/rfc2396.txt and it must comply with those syntax rules.getURI in interface PackagePackage.setURI(String),
PivotPackage.getPackage_URI()public void setURI(String value)
PackageURI' attribute.
setURI in interface Packagevalue - the new value of the 'URI' attribute.Package.getURI()public List<InstanceSpecification> getOwnedInstances()
PackageInstanceSpecification.
It is bidirectional and its opposite is 'Owning Package'.
The instance specification that owns this slot.
getOwnedInstances in interface PackagePivotPackage.getPackage_OwnedInstances(),
InstanceSpecification.getOwningPackage()public List<Package> getImportedPackages()
PackagePackage.
If the meaning of the 'Imported Package' reference list isn't clear, there really should be more of a description here...
getImportedPackages in interface PackagePivotPackage.getPackage_ImportedPackages()public List<Class> getOwnedClasses()
PackageClass.
It is bidirectional and its opposite is 'Owning Package'.
References the packaged elements that are Types.
getOwnedClasses in interface PackagePivotPackage.getPackage_OwnedClasses(),
Class.getOwningPackage()public List<ProfileApplication> getOwnedProfileApplications()
PackageProfileApplication.
It is bidirectional and its opposite is 'Owning Package'.
If the meaning of the 'Owned Profile Applications' containment reference list isn't clear, there really should be more of a description here...
References the ProfileApplications that indicate which profiles have been applied to the Package.getOwnedProfileApplications in interface PackagePivotPackage.getPackage_OwnedProfileApplications(),
ProfileApplication.getOwningPackage()public Package getOwningPackage()
PackageOwned Packages'.
References the Package that owns this Package.
getOwningPackage in interface PackagePackage.setOwningPackage(Package),
PivotPackage.getPackage_OwningPackage(),
Package.getOwnedPackages()public void setOwningPackage(Package value)
PackageOwning Package' container reference.
setOwningPackage in interface Packagevalue - the new value of the 'Owning Package' container reference.Package.getOwningPackage()public EPackage getEPackage()
getEPackage in interface Packagepublic PackageId getPackageId()
getPackageId in interface PackageCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.