|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'GenModel'.
The following features are supported:
Copyright Text
Model Directory
Creation Commands
Creation Icons
Edit Directory
Editor Directory
Model Plugin ID
Template Directory
Runtime Jar
Foreign Model
Dynamic Templates
Redirection
Force Overwrite
Non Externalized String Tag
Model Name
Model Plugin Class
Edit Plugin Class
Editor Plugin Class
Update Classpath
Generate Schema
Non NLS Markers
Static Packages
Model Plugin Variables
Root Extends Interface
Root Extends Class
Root Implements Interface
Suppress EMF Types
Feature Map Wrapper Interface
Feature Map Wrapper Internal Interface
Feature Map Wrapper Class
Runtime Compatibility
Rich Client Platform
Reflective Delegation
Code Formatting
Tests Directory
Test Suite Class
Boolean Flags Field
Boolean Flags Reserved Bits
Importer ID
Bundle Manifest
Gen Packages
Used Gen Packages
GenModelPackage.getGenModel()
Methods inherited from interface org.eclipse.emf.codegen.ecore.genmodel.GenBase |
canGenerate, canGenerateEdit, canGenerateEditor, canGenerateSchema, canGenerateTests, capName, format, generate, generateEdit, generateEditor, generateSchema, generateTests, getDocumentation, getGenModel, hasDocumentation, reconcile, safeName, uncapName, uncapPrefixedName |
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 getCopyrightText()
If the meaning of the 'Copyright Text' attribute isn't clear, there really should be more of a description here...
setCopyrightText(String)
,
GenModelPackage.getGenModel_CopyrightText()
public void setCopyrightText(String value)
Copyright Text
' attribute.
value
- the new value of the 'Copyright Text' attribute.getCopyrightText()
public String getModelDirectory()
When unset, this attribute takes a default value based on #getModelPluginID
.
setModelDirectory(String)
,
GenModelPackage.getGenModel_ModelDirectory()
public void setModelDirectory(String value)
Model Directory
' attribute.
value
- the new value of the 'Model Directory' attribute.getModelDirectory()
public boolean isCreationCommands()
"true"
.
setCreationCommands(boolean)
,
GenModelPackage.getGenModel_CreationCommands()
public void setCreationCommands(boolean value)
Creation Commands
' attribute.
value
- the new value of the 'Creation Commands' attribute.isCreationCommands()
public boolean isCreationIcons()
"true"
.
If the meaning of the 'Creation Icons' attribute isn't clear, there really should be more of a description here...
setCreationIcons(boolean)
,
GenModelPackage.getGenModel_CreationIcons()
public void setCreationIcons(boolean value)
Creation Icons
' attribute.
value
- the new value of the 'Creation Icons' attribute.isCreationIcons()
public String getEditDirectory()
When unset, this attribute takes a default value based on #getModelDirectory
.
isSetEditDirectory()
,
unsetEditDirectory()
,
setEditDirectory(String)
,
GenModelPackage.getGenModel_EditDirectory()
public void setEditDirectory(String value)
Edit Directory
' attribute.
value
- the new value of the 'Edit Directory' attribute.isSetEditDirectory()
,
unsetEditDirectory()
,
getEditDirectory()
public void unsetEditDirectory()
Edit Directory
' attribute.
isSetEditDirectory()
,
getEditDirectory()
,
setEditDirectory(String)
public boolean isSetEditDirectory()
Edit Directory
' attribute is set.
unsetEditDirectory()
,
getEditDirectory()
,
setEditDirectory(String)
public String getEditorDirectory()
When unset, this attribute takes a default value based on #getModelDirectory
.
isSetEditorDirectory()
,
unsetEditorDirectory()
,
setEditorDirectory(String)
,
GenModelPackage.getGenModel_EditorDirectory()
public void setEditorDirectory(String value)
Editor Directory
' attribute.
value
- the new value of the 'Editor Directory' attribute.isSetEditorDirectory()
,
unsetEditorDirectory()
,
getEditorDirectory()
public void unsetEditorDirectory()
Editor Directory
' attribute.
isSetEditorDirectory()
,
getEditorDirectory()
,
setEditorDirectory(String)
public boolean isSetEditorDirectory()
Editor Directory
' attribute is set.
unsetEditorDirectory()
,
getEditorDirectory()
,
setEditorDirectory(String)
public String getModelPluginID()
This attribute is unsettable for the benefit of other attributes, whose default values are based on it. If it is unset, they will be, too.
setModelPluginID(String)
,
GenModelPackage.getGenModel_ModelPluginID()
public void setModelPluginID(String value)
Model Plugin ID
' attribute.
value
- the new value of the 'Model Plugin ID' attribute.getModelPluginID()
public String getTemplateDirectory()
If the meaning of the 'Template Directory' attribute isn't clear, there really should be more of a description here...
setTemplateDirectory(String)
,
GenModelPackage.getGenModel_TemplateDirectory()
public void setTemplateDirectory(String value)
Template Directory
' attribute.
value
- the new value of the 'Template Directory' attribute.getTemplateDirectory()
public boolean isRuntimeJar()
setRuntimeJar(boolean)
,
GenModelPackage.getGenModel_RuntimeJar()
public void setRuntimeJar(boolean value)
Runtime Jar
' attribute.
value
- the new value of the 'Runtime Jar' attribute.isRuntimeJar()
public EList getForeignModel()
String
.
If the meaning of the 'Foreign Model' attribute list isn't clear, there really should be more of a description here...
GenModelPackage.getGenModel_ForeignModel()
public boolean isDynamicTemplates()
setDynamicTemplates(boolean)
,
GenModelPackage.getGenModel_DynamicTemplates()
public void setDynamicTemplates(boolean value)
Dynamic Templates
' attribute.
value
- the new value of the 'Dynamic Templates' attribute.isDynamicTemplates()
public String getRedirection()
If the meaning of the 'Redirection' attribute isn't clear, there really should be more of a description here...
setRedirection(String)
,
GenModelPackage.getGenModel_Redirection()
public void setRedirection(String value)
Redirection
' attribute.
value
- the new value of the 'Redirection' attribute.getRedirection()
public boolean isForceOverwrite()
setForceOverwrite(boolean)
,
GenModelPackage.getGenModel_ForceOverwrite()
public void setForceOverwrite(boolean value)
Force Overwrite
' attribute.
value
- the new value of the 'Force Overwrite' attribute.isForceOverwrite()
public String getNonExternalizedStringTag()
This attribute has been replaced by nonNLSMarkers
. Even after the attribute has been set to a non-null
value, this method will continue to return null
, though
isNonNLSMarkers()
will return true
.
setNonExternalizedStringTag(String)
,
GenModelPackage.getGenModel_NonExternalizedStringTag()
public void setNonExternalizedStringTag(String value)
Non Externalized String Tag
' attribute.
This attribute has been replaced by nonNLSMarkers
. To automate the transition, this sets the attribute
null
, and calls setNonNLSMarkers(value != null)
.
value
- the new value of the 'Non Externalized String Tag' attribute.getNonExternalizedStringTag()
public String getModelName()
If the meaning of the 'Model Name' attribute isn't clear, there really should be more of a description here...
setModelName(String)
,
GenModelPackage.getGenModel_ModelName()
public void setModelName(String value)
Model Name
' attribute.
value
- the new value of the 'Model Name' attribute.getModelName()
public String getModelPluginClass()
If the meaning of the 'Model Plugin Class' attribute isn't clear, there really should be more of a description here...
setModelPluginClass(String)
,
GenModelPackage.getGenModel_ModelPluginClass()
public void setModelPluginClass(String value)
Model Plugin Class
' attribute.
value
- the new value of the 'Model Plugin Class' attribute.getModelPluginClass()
public String getEditPluginClass()
When unset, this attribute takes a default value based on #getModelName
,
and the first of the #getGenPackages
.
isSetEditPluginClass()
,
unsetEditPluginClass()
,
setEditPluginClass(String)
,
GenModelPackage.getGenModel_EditPluginClass()
public void setEditPluginClass(String value)
Edit Plugin Class
' attribute.
value
- the new value of the 'Edit Plugin Class' attribute.isSetEditPluginClass()
,
unsetEditPluginClass()
,
getEditPluginClass()
public void unsetEditPluginClass()
Edit Plugin Class
' attribute.
isSetEditPluginClass()
,
getEditPluginClass()
,
setEditPluginClass(String)
public boolean isSetEditPluginClass()
Edit Plugin Class
' attribute is set.
unsetEditPluginClass()
,
getEditPluginClass()
,
setEditPluginClass(String)
public String getEditorPluginClass()
When unset, this attribute takes a default value based on #getModelName
,
and the first of the #getGenPackages
.
isSetEditorPluginClass()
,
unsetEditorPluginClass()
,
setEditorPluginClass(String)
,
GenModelPackage.getGenModel_EditorPluginClass()
public void setEditorPluginClass(String value)
Editor Plugin Class
' attribute.
value
- the new value of the 'Editor Plugin Class' attribute.isSetEditorPluginClass()
,
unsetEditorPluginClass()
,
getEditorPluginClass()
public void unsetEditorPluginClass()
Editor Plugin Class
' attribute.
isSetEditorPluginClass()
,
getEditorPluginClass()
,
setEditorPluginClass(String)
public boolean isSetEditorPluginClass()
Editor Plugin Class
' attribute is set.
unsetEditorPluginClass()
,
getEditorPluginClass()
,
setEditorPluginClass(String)
public boolean isUpdateClasspath()
"true"
.
If the meaning of the 'Update Classpath' attribute isn't clear, there really should be more of a description here...
setUpdateClasspath(boolean)
,
GenModelPackage.getGenModel_UpdateClasspath()
public void setUpdateClasspath(boolean value)
Update Classpath
' attribute.
value
- the new value of the 'Update Classpath' attribute.isUpdateClasspath()
public boolean isGenerateSchema()
If the meaning of the 'Generate Schema' attribute isn't clear, there really should be more of a description here...
setGenerateSchema(boolean)
,
GenModelPackage.getGenModel_GenerateSchema()
public void setGenerateSchema(boolean value)
Generate Schema
' attribute.
value
- the new value of the 'Generate Schema' attribute.isGenerateSchema()
public boolean isNonNLSMarkers()
"false"
.
setNonNLSMarkers(boolean)
,
GenModelPackage.getGenModel_NonNLSMarkers()
public void setNonNLSMarkers(boolean value)
Non NLS Markers
' attribute.
As a side effect, this method sets nonExternalizedStringTag
to null
.
value
- the new value of the 'Non NLS Markers' attribute.isNonNLSMarkers()
public EList getStaticPackages()
String
.
If the meaning of the 'Static Packages' attribute list isn't clear, there really should be more of a description here...
GenModelPackage.getGenModel_StaticPackages()
public EList getModelPluginVariables()
String
.
If the meaning of the 'Model Plugin Variables' attribute list isn't clear, there really should be more of a description here...
GenModelPackage.getGenModel_ModelPluginVariables()
public String getRootExtendsInterface()
"org.eclipse.emf.ecore.EObject"
.
If the meaning of the 'Root Extends Interface' attribute isn't clear, there really should be more of a description here...
setRootExtendsInterface(String)
,
GenModelPackage.getGenModel_RootExtendsInterface()
public void setRootExtendsInterface(String value)
Root Extends Interface
' attribute.
value
- the new value of the 'Root Extends Interface' attribute.getRootExtendsInterface()
public String getRootExtendsClass()
"org.eclipse.emf.ecore.impl.EObjectImpl"
.
If the meaning of the 'Root Extends Class' attribute isn't clear, there really should be more of a description here...
setRootExtendsClass(String)
,
GenModelPackage.getGenModel_RootExtendsClass()
public void setRootExtendsClass(String value)
Root Extends Class
' attribute.
value
- the new value of the 'Root Extends Class' attribute.getRootExtendsClass()
public String getRootImplementsInterface()
If the meaning of the 'Root Implements Interface' attribute isn't clear, there really should be more of a description here...
setRootImplementsInterface(String)
,
GenModelPackage.getGenModel_RootImplementsInterface()
public GenClass getRootImplementsInterfaceGenClass()
public void setRootImplementsInterface(String value)
Root Implements Interface
' attribute.
value
- the new value of the 'Root Implements Interface' attribute.getRootImplementsInterface()
public boolean isSuppressEMFTypes()
If the meaning of the 'Suppress EMF Types' attribute isn't clear, there really should be more of a description here...
setSuppressEMFTypes(boolean)
,
GenModelPackage.getGenModel_SuppressEMFTypes()
public void setSuppressEMFTypes(boolean value)
Suppress EMF Types
' attribute.
value
- the new value of the 'Suppress EMF Types' attribute.isSuppressEMFTypes()
public String getFeatureMapWrapperInterface()
If the meaning of the 'Feature Map Wrapper Interface' attribute isn't clear, there really should be more of a description here...
setFeatureMapWrapperInterface(String)
,
GenModelPackage.getGenModel_FeatureMapWrapperInterface()
public void setFeatureMapWrapperInterface(String value)
Feature Map Wrapper Interface
' attribute.
value
- the new value of the 'Feature Map Wrapper Interface' attribute.getFeatureMapWrapperInterface()
public String getFeatureMapWrapperInternalInterface()
If the meaning of the 'Feature Map Wrapper Internal Interface' attribute isn't clear, there really should be more of a description here...
setFeatureMapWrapperInternalInterface(String)
,
GenModelPackage.getGenModel_FeatureMapWrapperInternalInterface()
public void setFeatureMapWrapperInternalInterface(String value)
Feature Map Wrapper Internal Interface
' attribute.
value
- the new value of the 'Feature Map Wrapper Internal Interface' attribute.getFeatureMapWrapperInternalInterface()
public String getFeatureMapWrapperClass()
If the meaning of the 'Feature Map Wrapper Class' attribute isn't clear, there really should be more of a description here...
setFeatureMapWrapperClass(String)
,
GenModelPackage.getGenModel_FeatureMapWrapperClass()
public void setFeatureMapWrapperClass(String value)
Feature Map Wrapper Class
' attribute.
value
- the new value of the 'Feature Map Wrapper Class' attribute.getFeatureMapWrapperClass()
public boolean isRuntimeCompatibility()
If the meaning of the 'Runtime Compatibility' attribute isn't clear, there really should be more of a description here...
setRuntimeCompatibility(boolean)
,
GenModelPackage.getGenModel_RuntimeCompatibility()
public void setRuntimeCompatibility(boolean value)
Runtime Compatibility
' attribute.
value
- the new value of the 'Runtime Compatibility' attribute.isRuntimeCompatibility()
public boolean isRichClientPlatform()
If the meaning of the 'Rich Client Platform' attribute isn't clear, there really should be more of a description here...
setRichClientPlatform(boolean)
,
GenModelPackage.getGenModel_RichClientPlatform()
public void setRichClientPlatform(boolean value)
Rich Client Platform
' attribute.
value
- the new value of the 'Rich Client Platform' attribute.isRichClientPlatform()
public boolean isReflectiveDelegation()
If the meaning of the 'Reflective Delegation' attribute isn't clear, there really should be more of a description here...
setReflectiveDelegation(boolean)
,
GenModelPackage.getGenModel_ReflectiveDelegation()
public void setReflectiveDelegation(boolean value)
Reflective Delegation
' attribute.
value
- the new value of the 'Reflective Delegation' attribute.isReflectiveDelegation()
public boolean isCodeFormatting()
If the meaning of the 'Code Formatting' attribute isn't clear, there really should be more of a description here...
setCodeFormatting(boolean)
,
GenModelPackage.getGenModel_CodeFormatting()
public void setCodeFormatting(boolean value)
Code Formatting
' attribute.
value
- the new value of the 'Code Formatting' attribute.isCodeFormatting()
public String getTestsDirectory()
By default, this attribute is set to null. When unset, it takes a default value based on #getModelDirectory
.
isSetTestsDirectory()
,
unsetTestsDirectory()
,
setTestsDirectory(String)
,
GenModelPackage.getGenModel_TestsDirectory()
public void setTestsDirectory(String value)
Tests Directory
' attribute.
value
- the new value of the 'Tests Directory' attribute.isSetTestsDirectory()
,
unsetTestsDirectory()
,
getTestsDirectory()
public void unsetTestsDirectory()
Tests Directory
' attribute.
isSetTestsDirectory()
,
getTestsDirectory()
,
setTestsDirectory(String)
public boolean isSetTestsDirectory()
Tests Directory
' attribute is set.
unsetTestsDirectory()
,
getTestsDirectory()
,
setTestsDirectory(String)
public String getTestSuiteClass()
When unset, this attribute takes a default value based on #getModelName
,
and the first of the #getGenPackages
.
isSetTestSuiteClass()
,
unsetTestSuiteClass()
,
setTestSuiteClass(String)
,
GenModelPackage.getGenModel_TestSuiteClass()
public void setTestSuiteClass(String value)
Test Suite Class
' attribute.
value
- the new value of the 'Test Suite Class' attribute.isSetTestSuiteClass()
,
unsetTestSuiteClass()
,
getTestSuiteClass()
public void unsetTestSuiteClass()
Test Suite Class
' attribute.
isSetTestSuiteClass()
,
getTestSuiteClass()
,
setTestSuiteClass(String)
public boolean isSetTestSuiteClass()
Test Suite Class
' attribute is set.
unsetTestSuiteClass()
,
getTestSuiteClass()
,
setTestSuiteClass(String)
public String getBooleanFlagsField()
If the meaning of the 'Boolean Flags Field' attribute isn't clear, there really should be more of a description here...
setBooleanFlagsField(String)
,
GenModelPackage.getGenModel_BooleanFlagsField()
public void setBooleanFlagsField(String value)
Boolean Flags Field
' attribute.
value
- the new value of the 'Boolean Flags Field' attribute.getBooleanFlagsField()
public int getBooleanFlagsReservedBits()
"-1"
.
If the meaning of the 'Boolean Flags Reserved Bits' attribute isn't clear, there really should be more of a description here...
setBooleanFlagsReservedBits(int)
,
GenModelPackage.getGenModel_BooleanFlagsReservedBits()
public void setBooleanFlagsReservedBits(int value)
Boolean Flags Reserved Bits
' attribute.
value
- the new value of the 'Boolean Flags Reserved Bits' attribute.getBooleanFlagsReservedBits()
public String getImporterID()
If the meaning of the 'Importer ID' attribute isn't clear, there really should be more of a description here...
setImporterID(String)
,
GenModelPackage.getGenModel_ImporterID()
public void setImporterID(String value)
Importer ID
' attribute.
value
- the new value of the 'Importer ID' attribute.getImporterID()
public boolean isBundleManifest()
"true"
.
If the meaning of the 'Bundle Manifest' attribute isn't clear, there really should be more of a description here...
setBundleManifest(boolean)
,
GenModelPackage.getGenModel_BundleManifest()
public void setBundleManifest(boolean value)
Bundle Manifest
' attribute.
value
- the new value of the 'Bundle Manifest' attribute.isBundleManifest()
public EList getGenPackages()
GenPackage
.
It is bidirectional and its opposite is 'Gen Model
'.
If the meaning of the 'Gen Packages' reference list isn't clear, there really should be more of a description here...
GenModelPackage.getGenModel_GenPackages()
,
GenPackage.getGenModel()
public EList getUsedGenPackages()
GenPackage
.
If the meaning of the 'Used Gen Packages' reference list isn't clear, there really should be more of a description here...
GenModelPackage.getGenModel_UsedGenPackages()
public EList getStaticGenPackages()
public void initialize(Collection ePackages)
public String getDriverNumber()
public String getDate()
public String getNonNLS()
public String getNonNLS(int i)
public String getNonNLS(String s)
public String getNonNLS(String s, int i)
public void markImportLocation(StringBuffer stringBuffer)
public void markImportLocation(StringBuffer stringBuffer, GenPackage genPackage)
public void emitSortedImports()
public String getIndentation(StringBuffer stringBuffer)
public String getImportedName(String qualifiedName)
public void addImport(String qualifiedName)
public void addPseudoImport(String qualifiedName)
public JControlModel getJControlModel()
public JETEmitter getInterfaceEmitter()
public JETEmitter getClassEmitter()
public JETEmitter getEnumClassEmitter()
public JETEmitter getFactoryInterfaceEmitter()
public JETEmitter getFactoryClassEmitter()
public JETEmitter getPackageInterfaceEmitter()
public JETEmitter getPackageClassEmitter()
public JETEmitter getAdapterFactoryClassEmitter()
public JETEmitter getSwitchClassEmitter()
public JETEmitter getValidatorClassEmitter()
public JETEmitter getPluginXMLEmitter()
public JETEmitter getManifestMFEmitter()
public JETEmitter getModelPluginClassEmitter()
public JETEmitter getResourceClassEmitter()
public JETEmitter getResourceFactoryClassEmitter()
public JETEmitter getBuildPropertiesEmitter()
public boolean hasEditSupport()
public JETEmitter getItemProviderEmitter()
public JETEmitter getItemProviderAdapterFactoryEmitter()
public JETEmitter getEditPluginClassEmitter()
public JETEmitter getEditPluginXMLEmitter()
public JETEmitter getEditManifestMFEmitter()
public JETEmitter getEditPluginPropertiesEmitter()
public JETEmitter getEditBuildPropertiesEmitter()
public boolean hasEditorSupport()
public JETEmitter getEditorEmitter()
public JETEmitter getActionBarContributorEmitter()
public JETEmitter getModelWizardEmitter()
public JETEmitter getEditorAdvisorEmitter()
public JETEmitter getEditorPluginClassEmitter()
public JETEmitter getEditorPluginXMLEmitter()
public JETEmitter getEditorManifestMFEmitter()
public JETEmitter getEditorPluginPropertiesEmitter()
public JETEmitter getEditorBuildPropertiesEmitter()
public boolean hasTestSupport()
public JETEmitter getTestCaseEmitter()
public JETEmitter getModelTestSuiteEmitter()
public JETEmitter getPackageTestSuiteEmitter()
public JETEmitter getPackageExampleEmitter()
public JETEmitter getTestsPluginXMLEmitter()
public JETEmitter getTestsManifestMFEmitter()
public JETEmitter getTestsPluginPropertiesEmitter()
public JETEmitter getTestsBuildPropertiesEmitter()
public String getModelProjectDirectory()
public String getEditProjectDirectory()
public String getEditorProjectDirectory()
public String getTestsProjectDirectory()
public boolean sameModelEditProject()
public boolean sameEditEditorProject()
public boolean sameModelEditorProject()
public boolean sameModelTestsProject()
public String getEditIconsDirectory()
public String getEditorIconsDirectory()
public void setCanGenerate(boolean canGenerate)
public GenPackage findGenPackage(EPackage ePackage)
public List getAllGenPackagesWithClassifiers()
public List getAllUsedGenPackagesWithClassifiers()
public List getAllGenAndUsedGenPackagesWithClassifiers()
public List getAllGenUsedAndStaticGenPackagesWithClassifiers()
public boolean hasModelPluginClass()
public boolean hasPluginSupport()
public String getModelPluginClassName()
public String getModelPluginPackageName()
public String getQualifiedModelPluginClassName()
public String getEditPluginClassName()
public String getEditPluginPackageName()
public String getQualifiedEditPluginClassName()
public String getEditorPluginClassName()
public String getEditorPluginPackageName()
public String getEditorAdvisorClassName()
public String getQualifiedEditorPluginClassName()
public String getQualifiedEditorAdvisorClassName()
public String getTestSuiteClassName()
public String getTestSuitePackageName()
public String getQualifiedTestSuiteClassName()
public String getEditPluginID()
public String getEditorPluginID()
public String getTestsPluginID()
public List getModelQualifiedPackageNames()
public List getModelRequiredPlugins()
public List getEditQualifiedPackageNames()
public List getEditRequiredPlugins()
public List getEditorQualifiedPackageNames()
public List getEditorRequiredPlugins()
public List getTestsQualifiedPackageNames()
public List getTestsRequiredPlugins()
public List getEditResourceDelegateImportedPluginClassNames()
public boolean reconcile(GenModel oldGenModelVersion)
public List getMissingPackages()
public boolean hasXMLDependency()
public IStatus validate()
public String getXMLEncodingChoices()
public List getEffectiveModelPluginVariables()
public boolean needsRuntimeCompatibility()
public List getAllGenFeatures()
public List getFilteredAllGenFeatures()
public void setCodeFormatterOptions(Map options)
create
a new code formatter.
public org.eclipse.jdt.core.formatter.CodeFormatter createCodeFormatter()
public boolean isBooleanFlagsEnabled()
public GenModel createGenModel()
public GenPackage createGenPackage()
public GenClass createGenClass()
public GenFeature createGenFeature()
public GenEnum createGenEnum()
public GenEnumLiteral createGenEnumLiteral()
public GenDataType createGenDataType()
public GenOperation createGenOperation()
public GenParameter createGenParameter()
public Set getPropertyCategories()
public boolean hasLocalGenModel()
public String getRelativeGenModelLocation()
public String getPropertyCategoryKey(String category)
public ExtendedMetaData getExtendedMetaData()
public List computeMissingUsedGenPackages()
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |