|
Generation Framework | |||||||||
| 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 | |
|---|---|
java.lang.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(java.lang.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, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
java.lang.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(java.lang.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()
|
Generation Framework | |||||||||
| 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., Borland Software Corp., and others 2005,2006. All rights reserved.