org.eclipse.emf.codegen.ecore.genmodel.impl
Class GenParameterImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
- All Implemented Interfaces:
- EObject, GenBase, GenParameter, GenTypedElement, InternalEObject, Notifier
- public class GenParameterImpl
- extends GenTypedElementImpl
- implements GenParameter
An implementation of the model object 'Gen Parameter'.
The following features are implemented:
Methods inherited from class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl |
appendModelSetting, getEcoreModelElement, getEObjectCast, getGenClassType, getGenDataTypeType, getGenEnumType, getImportedEffectiveFeatureMapWrapperClass, getImportedEffectiveFeatureMapWrapperInternalInterface, getImportedInternalType, getImportedMapEntryType, getImportedType, getInternalTypeCast, getListItemType, getLowerBound, getMapEntryTypeGenClass, getMapGenClass, getMapItemType, getMapModelInfo, getMultiplicityModelInfo, getObjectType, getOrderedFlag, getPrimitiveValueFunction, getQualifiedListItemType, getType, getTypeClassifier, getTypeClassifierAccessorName, getTypeGenClass, getTypeGenDataType, getTypeGenEnum, getTypeGenPackage, getUniqueFlag, getUpperBound, isBooleanType, isEffectiveSuppressEMFTypes, isEnumBasedType, isEnumType, isEObjectExtensionType, isEObjectType, isFeatureMapEntry, isFeatureMapType, isFeatureMapWrapped, isListType, isMapType, isPrimitiveType, isStringBasedType, isStringType, isUnique, isWrappedFeatureMapType |
Methods inherited from class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl |
addNonDuplicates, appendAnnotationInfo, appendAnnotationInfo, appendAnnotationInfo, appendLineBreak, appendModelSetting, appendModelSetting, canGenerate, canGenerateEdit, canGenerateEditor, canGenerateSchema, canGenerateTests, capName, collectGenClasses, collectGenConstraints, collectGenFeatures, collectGenOperations, eObjectForURIFragmentSegment, escapeString, eURIFragmentSegment, filterGenClasses, findGenClass, findGenClassifier, findGenDataType, findGenEnum, findGenFeature, findGenOperation, findGenPackage, findGenPackageHelper, findOrCreateContainer, format, formatCode, generate, generate, generate, generate, generate, generateEdit, generateEditor, generateSchema, generateTests, getAllGenPackages, getAnnotationInfo, getAnnotationInfo, getDocumentation, getDocumentation, getEffectiveEObjectType, getEffectiveFeatureMapWrapperInterface, getEffectiveListType, getEffectiveMapType, getExtendedMetaData, getGenModel, getImplClassName, getImportedType, getImportManager, getInstanceClass, getJavaLangTypes, getJavaReservedWords, getModelInfo, getPrimitiveDefault, getPrimitiveObjectType, getType, getTypeGenClasses, hasDocumentation, hasModelContribution, indent, isBlank, isJavaUtilMapEntry, isPrimitiveType, parseName, safeName, setImportManager, uncapName, uncapPrefixedName, uncapPrefixedName, unicodeEscapeEncode |
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eAllContents, eBaseStructuralFeatureID, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eHasSettings, eInternalResource, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eStaticFeatureCount, eStore, toString |
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, getObjectType, getOrderedFlag, getPrimitiveValueFunction, getQualifiedListItemType, getType, getTypeClassifier, getTypeClassifierAccessorName, getTypeGenClass, 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, generate, generateEdit, generateEditor, generateSchema, generateTests, getDocumentation, getGenModel, hasDocumentation, safeName, uncapName, uncapPrefixedName |
ecoreParameter
protected EParameter ecoreParameter
- The cached value of the '
Ecore Parameter
' reference.
- See Also:
getEcoreParameter()
GenParameterImpl
protected GenParameterImpl()
-
eStaticClass
protected EClass eStaticClass()
-
- Overrides:
eStaticClass
in class GenTypedElementImpl
getGenOperation
public GenOperation getGenOperation()
-
- Specified by:
getGenOperation
in interface GenParameter
- Returns:
- the value of the 'Gen Operation' container reference.
- See Also:
GenParameter.setGenOperation(GenOperation)
,
GenModelPackage.getGenParameter_GenOperation()
,
GenOperation.getGenParameters()
setGenOperation
public void setGenOperation(GenOperation newGenOperation)
-
- Specified by:
setGenOperation
in interface GenParameter
- Parameters:
newGenOperation
- the new value of the 'Gen Operation' container reference.- See Also:
GenParameter.getGenOperation()
getEcoreParameter
public EParameter getEcoreParameter()
-
- Specified by:
getEcoreParameter
in interface GenParameter
- Returns:
- the value of the 'Ecore Parameter' reference.
- See Also:
GenParameter.setEcoreParameter(EParameter)
,
GenModelPackage.getGenParameter_EcoreParameter()
basicGetEcoreParameter
public EParameter basicGetEcoreParameter()
-
setEcoreParameter
public void setEcoreParameter(EParameter newEcoreParameter)
-
- Specified by:
setEcoreParameter
in interface GenParameter
- Parameters:
newEcoreParameter
- the new value of the 'Ecore Parameter' reference.- See Also:
GenParameter.getEcoreParameter()
eInverseAdd
public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
Class baseClass,
NotificationChain msgs)
-
- Specified by:
eInverseAdd
in interface InternalEObject
- Overrides:
eInverseAdd
in class BasicEObjectImpl
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
Class baseClass,
NotificationChain msgs)
-
- Specified by:
eInverseRemove
in interface InternalEObject
- Overrides:
eInverseRemove
in class BasicEObjectImpl
eBasicRemoveFromContainer
public NotificationChain eBasicRemoveFromContainer(NotificationChain msgs)
-
- Specified by:
eBasicRemoveFromContainer
in interface InternalEObject
- Overrides:
eBasicRemoveFromContainer
in class BasicEObjectImpl
eGet
public Object eGet(EStructuralFeature eFeature,
boolean resolve)
-
- Specified by:
eGet
in interface EObject
- Overrides:
eGet
in class BasicEObjectImpl
eIsSet
public boolean eIsSet(EStructuralFeature eFeature)
-
- Specified by:
eIsSet
in interface EObject
- Overrides:
eIsSet
in class BasicEObjectImpl
eSet
public void eSet(EStructuralFeature eFeature,
Object newValue)
-
- Specified by:
eSet
in interface EObject
- Overrides:
eSet
in class BasicEObjectImpl
eUnset
public void eUnset(EStructuralFeature eFeature)
-
- Specified by:
eUnset
in interface EObject
- Overrides:
eUnset
in class BasicEObjectImpl
getEcoreTypedElement
public ETypedElement getEcoreTypedElement()
- Specified by:
getEcoreTypedElement
in class GenTypedElementImpl
getName
public String getName()
- Specified by:
getName
in interface GenParameter
- Specified by:
getName
in class GenBaseImpl
getGenPackage
public GenPackage getGenPackage()
- Specified by:
getGenPackage
in interface GenParameter
initialize
public void initialize(EParameter eParameter)
- Specified by:
initialize
in interface GenParameter
reconcile
public boolean reconcile(GenParameter oldGenParameterVersion)
- Specified by:
reconcile
in interface GenParameter
getQualifiedModelInfo
public String getQualifiedModelInfo()
- Specified by:
getQualifiedModelInfo
in interface GenParameter
getModelInfo
protected String getModelInfo(boolean qualified)
reconcileSettings
protected void reconcileSettings(GenParameter oldGenParameterVersion)
reconcile
public boolean reconcile()
- Specified by:
reconcile
in interface GenBase