|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
A representation of the model object 'Artifact'.
The following features are supported:
UML2Package.getArtifact()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Fields inherited from interface org.eclipse.uml2.NamedElement |
|---|
SEPARATOR |
| Method Summary | |
|---|---|
Manifestation |
createManifestation()
Creates a Manifestation and appends it to the 'Manifestation' containment reference list |
Manifestation |
createManifestation(EClass eClass)
Deprecated. Use #createManifestation() instead. |
Artifact |
createNestedArtifact()
Creates a Artifact and appends it to the 'Nested Artifact' containment reference list |
Artifact |
createNestedArtifact(EClass eClass)
Creates a Artifact and appends it to the 'Nested Artifact' containment reference list |
Property |
createOwnedAttribute()
Creates a Property and appends it to the 'Owned Attribute' containment reference list |
Property |
createOwnedAttribute(EClass eClass)
Creates a Property and appends it to the 'Owned Attribute' containment reference list |
Operation |
createOwnedOperation()
Creates a Operation and appends it to the 'Owned Operation' containment reference list |
Operation |
createOwnedOperation(EClass eClass)
Deprecated. Use #createOwnedOperation() instead. |
java.lang.String |
getFileName()
Returns the value of the 'File Name' attribute. |
Manifestation |
getManifestation(java.lang.String name)
Retrieves the Manifestation with the specified 'Name' from the 'Manifestation' containment reference list |
EList |
getManifestations()
Returns the value of the 'Manifestation' containment reference list. |
Artifact |
getNestedArtifact(java.lang.String name)
Retrieves the Artifact with the specified 'Name' from the 'Nested Artifact' containment reference list |
EList |
getNestedArtifacts()
Returns the value of the 'Nested Artifact' containment reference list. |
Property |
getOwnedAttribute(java.lang.String name)
Retrieves the Property with the specified 'Name' from the 'Owned Attribute' containment reference list |
EList |
getOwnedAttributes()
Returns the value of the 'Owned Attribute' containment reference list. |
Operation |
getOwnedOperation(java.lang.String name)
Retrieves the Operation with the specified 'Name' from the 'Owned Operation' containment reference list |
EList |
getOwnedOperations()
Returns the value of the 'Owned Operation' containment reference list. |
void |
setFileName(java.lang.String value)
Sets the value of the ' File Name' attribute |
| Methods inherited from interface org.eclipse.uml2.NamedElement |
|---|
allNamespaces, createDependency, createNameExpression, createNameExpression, getClientDependencies, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
| Methods inherited from interface org.eclipse.uml2.TemplateableElement |
|---|
createOwnedTemplateSignature, createOwnedTemplateSignature, createTemplateBinding, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature |
| Methods inherited from interface org.eclipse.uml2.Element |
|---|
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getValue, hasKeyword, hasValue, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf |
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
|---|
getEAnnotation, getEAnnotations |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Methods inherited from interface org.eclipse.uml2.Type |
|---|
conformsTo, createAssociation, getPackage |
| Methods inherited from interface org.eclipse.uml2.PackageableElement |
|---|
getPackageableElement_visibility, setPackageableElement_visibility |
| Methods inherited from interface org.eclipse.uml2.ParameterableElement |
|---|
getOwningParameter, getTemplateParameter, setOwningParameter, setTemplateParameter |
| Methods inherited from interface org.eclipse.uml2.RedefinableElement |
|---|
getRedefinedElement, getRedefinedElements, getRedefinitionContext, getRedefinitionContexts, isConsistentWith, isLeaf, isRedefinitionContextValid, setIsLeaf, validateRedefinitionConsistent, validateRedefinitionContextValid |
| Field Detail |
public static final java.lang.String copyright
| Method Detail |
public java.lang.String getFileName()
"".
If the meaning of the 'File Name' attribute isn't clear, there really should be more of a description here...
setFileName(String),
UML2Package.getArtifact_FileName()public void setFileName(java.lang.String value)
File Name' attribute.
value - the new value of the 'File Name' attribute.getFileName()public EList getNestedArtifacts()
Artifact.
If the meaning of the 'Nested Artifact' containment reference list isn't clear, there really should be more of a description here...
UML2Package.getArtifact_NestedArtifact()public Artifact getNestedArtifact(java.lang.String name)
Artifact with the specified 'Name' from the 'Nested Artifact' containment reference list.
name - The 'Name' of the Artifact to retrieve.
Artifact with the specified 'Name', or null.getNestedArtifacts()public Artifact createNestedArtifact(EClass eClass)
Artifact and appends it to the 'Nested Artifact' containment reference list.
eClass - The Ecore class of the Artifact to create.
Artifact.getNestedArtifacts()public Artifact createNestedArtifact()
Artifact and appends it to the 'Nested Artifact' containment reference list.
Artifact.getNestedArtifacts()public EList getManifestations()
Manifestation.
If the meaning of the 'Manifestation' containment reference list isn't clear, there really should be more of a description here...
UML2Package.getArtifact_Manifestation()public Manifestation getManifestation(java.lang.String name)
Manifestation with the specified 'Name' from the 'Manifestation' containment reference list.
name - The 'Name' of the Manifestation to retrieve.
Manifestation with the specified 'Name', or null.getManifestations()public Manifestation createManifestation(EClass eClass)
Manifestation and appends it to the 'Manifestation' containment reference list.
eClass - The Ecore class of the Manifestation to create.
Manifestation.getManifestations()public Manifestation createManifestation()
Manifestation and appends it to the 'Manifestation' containment reference list.
Manifestation.getManifestations()public EList getOwnedOperations()
Operation.
UML2Package.getArtifact_OwnedOperation()public Operation getOwnedOperation(java.lang.String name)
Operation with the specified 'Name' from the 'Owned Operation' containment reference list.
name - The 'Name' of the Operation to retrieve.
Operation with the specified 'Name', or null.getOwnedOperations()public Operation createOwnedOperation(EClass eClass)
Operation and appends it to the 'Owned Operation' containment reference list.
eClass - The Ecore class of the Operation to create.
Operation.getOwnedOperations()public Operation createOwnedOperation()
Operation and appends it to the 'Owned Operation' containment reference list.
Operation.getOwnedOperations()public EList getOwnedAttributes()
Property.
UML2Package.getArtifact_OwnedAttribute()public Property getOwnedAttribute(java.lang.String name)
Property with the specified 'Name' from the 'Owned Attribute' containment reference list.
name - The 'Name' of the Property to retrieve.
Property with the specified 'Name', or null.getOwnedAttributes()public Property createOwnedAttribute(EClass eClass)
Property and appends it to the 'Owned Attribute' containment reference list.
eClass - The Ecore class of the Property to create.
Property.getOwnedAttributes()public Property createOwnedAttribute()
Property and appends it to the 'Owned Attribute' containment reference list.
Property.getOwnedAttributes()
|
Copyright 2003, 2005 IBM Corporation and others. All Rights Reserved. |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||