|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomParser
A representation of the model object 'Custom Parser'. Handwritten or otherwise available IParser implementation
The following features are supported:
GMFGenPackage.getCustomParser()
Method Summary | |
---|---|
String |
getQualifiedName()
Returns the value of the 'Qualified Name' attribute. |
boolean |
isGenerateBoilerplate()
Returns the value of the 'Generate Boilerplate' attribute. |
void |
setGenerateBoilerplate(boolean value)
Sets the value of the ' Generate Boilerplate ' attribute. |
void |
setQualifiedName(String value)
Sets the value of the ' Qualified Name ' attribute. |
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenParserImplementation |
---|
getHolder, getUses |
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 getQualifiedName()
If the meaning of the 'Qualified Name' attribute isn't clear, there really should be more of a description here...
setQualifiedName(String)
,
GMFGenPackage.getCustomParser_QualifiedName()
void setQualifiedName(String value)
Qualified Name
' attribute.
value
- the new value of the 'Qualified Name' attribute.getQualifiedName()
boolean isGenerateBoilerplate()
"false"
.
When true, GMF generates empty implementation class suitable for further customizations
setGenerateBoilerplate(boolean)
,
GMFGenPackage.getCustomParser_GenerateBoilerplate()
void setGenerateBoilerplate(boolean value)
Generate Boilerplate
' attribute.
value
- the new value of the 'Generate Boilerplate' attribute.isGenerateBoilerplate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |