|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenCustomGeneratorExtension
A representation of the model object 'Gen Custom Generator Extension'.
The following features are supported:
GMFGenPackage.getGenCustomGeneratorExtension()
Method Summary | |
---|---|
GenEditorGenerator |
getGenerator()
Returns the value of the 'Generator' container reference. |
org.eclipse.emf.common.util.EList<GenTemplateInvocationBase> |
getInvocations()
Returns the value of the 'Invocations' containment reference list. |
String |
getName()
Returns the value of the 'Name' attribute. |
org.eclipse.emf.ecore.EObject |
getRootInput()
Returns the value of the 'Root Input' reference. |
boolean |
isFromCustomBridge()
Returns the value of the 'From Custom Bridge' attribute. |
void |
setFromCustomBridge(boolean value)
Sets the value of the ' From Custom Bridge ' attribute. |
void |
setName(String value)
Sets the value of the ' Name ' attribute. |
void |
setRootInput(org.eclipse.emf.ecore.EObject value)
Sets the value of the ' Root Input ' reference. |
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenCustomTemplateInput |
---|
getOclType, setOclType |
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 |
---|
GenEditorGenerator getGenerator()
Extensions
'.
If the meaning of the 'Generator' container reference isn't clear, there really should be more of a description here...
GMFGenPackage.getGenCustomGeneratorExtension_Generator()
,
GenEditorGenerator.getExtensions()
String getName()
setName(String)
,
GMFGenPackage.getGenCustomGeneratorExtension_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
boolean isFromCustomBridge()
"false"
.
Reconciler should try to preserve the contents if set to true
setFromCustomBridge(boolean)
,
GMFGenPackage.getGenCustomGeneratorExtension_FromCustomBridge()
void setFromCustomBridge(boolean value)
From Custom Bridge
' attribute.
value
- the new value of the 'From Custom Bridge' attribute.isFromCustomBridge()
org.eclipse.emf.ecore.EObject getRootInput()
setRootInput(EObject)
,
GMFGenPackage.getGenCustomGeneratorExtension_RootInput()
void setRootInput(org.eclipse.emf.ecore.EObject value)
Root Input
' reference.
value
- the new value of the 'Root Input' reference.getRootInput()
org.eclipse.emf.common.util.EList<GenTemplateInvocationBase> getInvocations()
GenTemplateInvocationBase
.
It is bidirectional and its opposite is 'Extension
'.
If the meaning of the 'Invocations' containment reference list isn't clear, there really should be more of a description here...
GMFGenPackage.getGenCustomGeneratorExtension_Invocations()
,
GenTemplateInvocationBase.getExtension()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |