|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object '
Descriptor Group'.
xmi:ordered=true
property order is (these are role names) 1. description 2. descriptor
A descriptor group is simply a container for a related group of
The following features are supported:
DefaultprofilePackage.getDescriptorGroup()
Method Summary | |
Description |
createDescription()
Helper method used to create a Description |
IAssetFactory |
getAssetFactory()
Get the asset factory with which to create the elements in this DescriptorGroup . |
Description |
getDescription()
Returns the value of the 'Description' containment reference. |
EList |
getDescriptor()
Returns the value of the 'Descriptor' containment reference list. |
String |
getName()
Returns the value of the 'Name' attribute. |
Artifact |
getReference()
Returns the value of the 'Reference' reference. |
void |
setAssetFactory(IAssetFactory theAssetFactory)
Set the asset factory with which to create the elements in this DescriptorGroup . |
void |
setDescription(Description value)
Sets the value of the ' Description '
containment reference.
|
void |
setName(String value)
Sets the value of the ' Name '
attribute.
|
void |
setReference(Artifact value)
Sets the value of the ' Reference '
reference.
|
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 |
Method Detail |
public String getName()
setName(String)
,
DefaultprofilePackage.getDescriptorGroup_Name()
public void setName(String value)
Name
'
attribute.
value
- the new value of the 'Name' attribute.getName()
public Artifact getReference()
setReference(Artifact)
,
DefaultprofilePackage.getDescriptorGroup_Reference()
public void setReference(Artifact value)
Reference
'
reference.
value
- the new value of the 'Reference' reference.getReference()
public EList getDescriptor()
Descriptor
.
DefaultprofilePackage.getDescriptorGroup_Descriptor()
public Description getDescription()
setDescription(Description)
,
DefaultprofilePackage.getDescriptorGroup_Description()
public void setDescription(Description value)
Description
'
containment reference.
value
- the new value of the 'Description' containment
reference.getDescription()
public void setAssetFactory(IAssetFactory theAssetFactory)
DescriptorGroup
. This method is called by the
AssetFactory's create method when the DescriptorGroup
is
created. It should never have to be set by the user.
theAssetFactory
- with which to create elementspublic IAssetFactory getAssetFactory()
DescriptorGroup
.
public Description createDescription()
Description element using the factory assigned
to the DescriptorGroup
.
- Returns:
- a new instance of a
Description
element or null
if one
could not be created. - See Also:
Description
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.