|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Gen Operation'.
The following features are supported:
GenModelPackage.getGenOperation()
Method Summary | |
java.lang.String |
getBody(java.lang.String indentation)
|
java.lang.String |
getCapName()
|
EOperation |
getEcoreOperation()
Returns the value of the 'Ecore Operation' reference |
java.lang.String |
getFormattedName()
|
GenClass |
getGenClass()
Returns the value of the 'Gen Class' container reference. |
java.util.List |
getGenExceptions()
|
GenPackage |
getGenPackage()
|
EList |
getGenParameters()
Returns the value of the 'Gen Parameters' containment reference list. |
java.lang.String |
getImportedMetaType()
|
java.lang.String |
getImportedReturnType()
Deprecated. As of EMF 2.1, use getImportedType instead. |
java.lang.String |
getModelInfo()
|
java.lang.String |
getName()
|
java.lang.String |
getObjectReturnType()
Deprecated. As of EMF 2.1, use getObjectType instead. |
java.lang.String |
getParameterNames(java.lang.String separator)
|
java.lang.String |
getParameters()
|
java.lang.String |
getParameterTypes(java.lang.String separator)
|
java.lang.String |
getParameterTypes(java.lang.String separator,
boolean qualified)
|
java.lang.String |
getReturnType()
Deprecated. As of EMF 2.1, use getType instead. |
java.lang.String |
getReturnTypeClassifier()
Deprecated. As of EMF 2.1, use getTypeClassifierAccessorName instead. |
GenPackage |
getReturnTypeGenPackage()
Deprecated. As of EMF 2.1, use getTypeGenPackage instead. |
java.lang.String |
getThrows()
|
boolean |
hasBody()
|
void |
initialize(EOperation eOperation)
|
boolean |
isInvariant()
|
boolean |
isOverrideOf(GenOperation genOperation)
|
boolean |
isPrimitiveReturnType()
Deprecated. As of EMF 2.1, use isPrimitiveType instead. |
boolean |
isVoid()
|
boolean |
reconcile(GenOperation oldGenOperationVersion)
|
void |
setEcoreOperation(EOperation value)
Sets the value of the ' Ecore Operation ' reference |
void |
setGenClass(GenClass value)
Sets the value of the ' Gen Class ' container reference |
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, 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 |
Method Detail |
public GenClass getGenClass()
Gen Operations
'.
If the meaning of the 'Gen Class' reference isn't clear, there really should be more of a description here...
setGenClass(GenClass)
,
GenModelPackage.getGenOperation_GenClass()
,
GenClass.getGenOperations()
public void setGenClass(GenClass value)
Gen Class
' container reference.
value
- the new value of the 'Gen Class' container reference.getGenClass()
public EOperation getEcoreOperation()
If the meaning of the 'Ecore Operation' reference isn't clear, there really should be more of a description here...
setEcoreOperation(EOperation)
,
GenModelPackage.getGenOperation_EcoreOperation()
public void setEcoreOperation(EOperation value)
Ecore Operation
' reference.
value
- the new value of the 'Ecore Operation' reference.getEcoreOperation()
public EList getGenParameters()
GenParameter
.
It is bidirectional and its opposite is 'Gen Operation
'.
If the meaning of the 'Gen Parameters' reference list isn't clear, there really should be more of a description here...
GenModelPackage.getGenOperation_GenParameters()
,
GenParameter.getGenOperation()
public java.lang.String getName()
public java.lang.String getCapName()
public java.lang.String getFormattedName()
public boolean isVoid()
public java.lang.String getReturnTypeClassifier()
getTypeClassifierAccessorName
instead.
public GenPackage getReturnTypeGenPackage()
getTypeGenPackage
instead.
public java.lang.String getReturnType()
getType
instead.
public java.lang.String getImportedReturnType()
getImportedType
instead.
public java.lang.String getObjectReturnType()
getObjectType
instead.
public boolean isPrimitiveReturnType()
isPrimitiveType
instead.
public java.lang.String getParameters()
public java.lang.String getParameterTypes(java.lang.String separator)
public java.lang.String getParameterTypes(java.lang.String separator, boolean qualified)
public java.lang.String getParameterNames(java.lang.String separator)
public java.lang.String getImportedMetaType()
public GenPackage getGenPackage()
public void initialize(EOperation eOperation)
public java.lang.String getModelInfo()
public boolean reconcile(GenOperation oldGenOperationVersion)
public boolean hasBody()
public java.lang.String getBody(java.lang.String indentation)
public java.util.List getGenExceptions()
public java.lang.String getThrows()
public boolean isInvariant()
public boolean isOverrideOf(GenOperation genOperation)
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |