|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenAction
A representation of the model object 'Gen Action'. Action that is generated along with diagram action, i.e. there's a template that provides its implementation
The following features are supported:
GMFGenPackage.getGenAction()
Method Summary | |
---|---|
String |
getName()
Returns the value of the 'Name' attribute. |
String |
getQualifiedClassName()
Returns the value of the 'Qualified Class Name' attribute. |
void |
setName(String value)
Sets the value of the ' Name ' attribute. |
void |
setQualifiedClassName(String value)
Sets the value of the ' Qualified Class Name ' attribute. |
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenContributionItem |
---|
getOwner |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
String getQualifiedClassName()
If the meaning of the 'Qualified Class Name' attribute isn't clear, there really should be more of a description here...
setQualifiedClassName(String)
,
GMFGenPackage.getGenAction_QualifiedClassName()
void setQualifiedClassName(String value)
Qualified Class Name
' attribute.
value
- the new value of the 'Qualified Class Name' attribute.getQualifiedClassName()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
Human-readble name
setName(String)
,
GMFGenPackage.getGenAction_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |