org.eclipse.uml2.codegen.ecore.genmodel
Interface GenOperation

All Superinterfaces:
EObject, GenBase, GenBase, GenOperation, GenTypedElement, GenTypedElement, Notifier

public interface GenOperation
extends GenOperation, GenTypedElement

A representation of the model object 'Gen Operation'.

The following features are supported:

See Also:
GenModelPackage.getGenOperation()

Field Summary
static String copyright
           
 
Method Summary
 GenCacheAdapterScope getCacheAdapterScope()
          Returns the value of the 'Cache Adapter Scope' attribute.
 List getRedefinedGenOperations()
           
 boolean isCached()
           
 boolean isDuplicate()
           
 boolean isRedefinition()
           
 boolean isResourceCacheAdapterScope()
           
 void setCacheAdapterScope(GenCacheAdapterScope value)
          Sets the value of the 'Cache Adapter Scope' attribute
 
Methods inherited from interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
getBody, getCapName, getEcoreOperation, getFormattedName, getGenClass, getGenExceptions, getGenPackage, getGenParameters, getImportedMetaType, getImportedReturnType, getModelInfo, getName, getObjectReturnType, getParameterNames, getParameters, getParameterTypes, getParameterTypes, getReturnType, getReturnTypeClassifier, getReturnTypeGenPackage, getThrows, hasBody, initialize, isInvariant, isOverrideOf, isPrimitiveReturnType, isVoid, reconcile, setEcoreOperation, setGenClass
 
Methods inherited from interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
getEcoreModelElement, getEObjectCast, getGenClassType, getGenDataTypeType, getGenEnumType, getImportedEffectiveFeatureMapWrapperClass, getImportedEffectiveFeatureMapWrapperInternalInterface, getImportedInternalType, getImportedMapEntryType, getImportedType, getInternalTypeCast, getListItemType, getLowerBound, getMapEntryTypeGenClass, getMapGenClass, getMapItemType, getNonEObjectInternalTypeCast, getObjectType, getOrderedFlag, getPrimitiveValueFunction, getQualifiedListItemType, getType, getTypeClassifier, getTypeClassifierAccessorName, getTypeGenClass, getTypeGenClassifier, getTypeGenDataType, getTypeGenEnum, getTypeGenPackage, getUniqueFlag, getUpperBound, isBooleanType, isEffectiveSuppressEMFTypes, isEnumBasedType, isEnumType, isFeatureMapType, isFeatureMapWrapped, isListType, isMapType, isPrimitiveType, isStringBasedType, isStringType, isUnique, isWrappedFeatureMapType
 
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
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values
Method Detail

getCacheAdapterScope

public GenCacheAdapterScope getCacheAdapterScope()
Returns the value of the 'Cache Adapter Scope' attribute. The literals are from the enumeration GenCacheAdapterScope.

If the meaning of the 'Cache Adapter Scope' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Cache Adapter Scope' attribute.
See Also:
GenCacheAdapterScope, GenOperation.setCacheAdapterScope(GenCacheAdapterScope), GenModelPackage.getGenOperation_CacheAdapterScope()

setCacheAdapterScope

public void setCacheAdapterScope(GenCacheAdapterScope value)
Sets the value of the 'Cache Adapter Scope' attribute.

Parameters:
value - the new value of the 'Cache Adapter Scope' attribute.
See Also:
GenCacheAdapterScope, GenOperation.getCacheAdapterScope()

isCached

public boolean isCached()

isResourceCacheAdapterScope

public boolean isResourceCacheAdapterScope()

isDuplicate

public boolean isDuplicate()

isRedefinition

public boolean isRedefinition()

getRedefinedGenOperations

public List getRedefinedGenOperations()

Copyright 2003, 2006 IBM Corporation and others.
All Rights Reserved.