|
|||||||||||
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:
GenModelPackage.getGenModel()
Field Summary | |
static String |
copyright
|
Method Summary | |
String |
getInvariantPrefix()
Returns the value of the 'Invariant Prefix' attribute |
boolean |
isCacheAdapterSupport()
Returns the value of the 'Cache Adapter Support' attribute |
boolean |
isFactoryMethods()
Returns the value of the 'Factory Methods' attribute |
boolean |
isPluralizedGetters()
Returns the value of the 'Pluralized Getters' attribute |
boolean |
isSafeStrings()
Returns the value of the 'Safe Strings' attribute |
void |
setCacheAdapterSupport(boolean value)
Sets the value of the ' Cache Adapter Support ' attribute |
void |
setFactoryMethods(boolean value)
Sets the value of the ' Factory Methods ' attribute |
void |
setInvariantPrefix(String value)
Sets the value of the ' Invariant Prefix ' attribute |
void |
setPluralizedGetters(boolean value)
Sets the value of the ' Pluralized Getters ' attribute |
void |
setSafeStrings(boolean value)
Sets the value of the ' Safe Strings ' attribute |
Methods inherited from interface org.eclipse.emf.codegen.ecore.genmodel.GenBase |
canGenerate, canGenerateEdit, canGenerateEditor, canGenerateSchema, canGenerateTests, capName, format, gen, genEdit, genEditor, generate, generate, generateEdit, generateEdit, generateEditor, generateEditor, generateSchema, generateSchema, generateTests, generateTests, genSchema, genTests, getDocumentation, getEcoreModelElement, getGenAnnotation, getGenAnnotations, 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 |
Field Detail |
public static final String copyright
Method Detail |
public boolean isFactoryMethods()
If the meaning of the 'Factory Methods' attribute isn't clear, there really should be more of a description here...
GenModel.setFactoryMethods(boolean)
,
GenModelPackage.getGenModel_FactoryMethods()
public void setFactoryMethods(boolean value)
Factory Methods
' attribute.
value
- the new value of the 'Factory Methods' attribute.GenModel.isFactoryMethods()
public boolean isPluralizedGetters()
If the meaning of the 'Pluralized Getters' attribute isn't clear, there really should be more of a description here...
GenModel.setPluralizedGetters(boolean)
,
GenModelPackage.getGenModel_PluralizedGetters()
public void setPluralizedGetters(boolean value)
Pluralized Getters
' attribute.
value
- the new value of the 'Pluralized Getters' attribute.GenModel.isPluralizedGetters()
public boolean isCacheAdapterSupport()
If the meaning of the 'Cache Adapter Support' attribute isn't clear, there really should be more of a description here...
GenModel.setCacheAdapterSupport(boolean)
,
GenModelPackage.getGenModel_CacheAdapterSupport()
public void setCacheAdapterSupport(boolean value)
Cache Adapter Support
' attribute.
value
- the new value of the 'Cache Adapter Support' attribute.GenModel.isCacheAdapterSupport()
public boolean isSafeStrings()
If the meaning of the 'Safe Strings' attribute isn't clear, there really should be more of a description here...
GenModel.setSafeStrings(boolean)
,
GenModelPackage.getGenModel_SafeStrings()
public void setSafeStrings(boolean value)
Safe Strings
' attribute.
value
- the new value of the 'Safe Strings' attribute.GenModel.isSafeStrings()
public String getInvariantPrefix()
If the meaning of the 'Invariant Prefix' attribute isn't clear, there really should be more of a description here...
GenModel.setInvariantPrefix(String)
,
GenModelPackage.getGenModel_InvariantPrefix()
public void setInvariantPrefix(String value)
Invariant Prefix
' attribute.
value
- the new value of the 'Invariant Prefix' attribute.GenModel.getInvariantPrefix()
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |