org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl
Class LibOperationCSImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.ocl.examples.xtext.base.basecs.impl.ElementCSImpl
                  extended by org.eclipse.ocl.examples.xtext.base.basecs.impl.PivotableElementCSImpl
                      extended by org.eclipse.ocl.examples.xtext.base.basecs.impl.ModelElementCSImpl
                          extended by org.eclipse.ocl.examples.xtext.base.basecs.impl.NamedElementCSImpl
                              extended by org.eclipse.ocl.examples.xtext.base.basecs.impl.TypedElementCSImpl
                                  extended by org.eclipse.ocl.examples.xtext.base.basecs.impl.OperationCSImpl
                                      extended by org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl.LibOperationCSImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, Nameable, Pivotable, PivotObject, ElementCS, FeatureCS, ModelElementCS, NamedElementCS, OperationCS, PivotableElementCS, TemplateableElementCS, TypedElementCS, VisitableCS, JavaImplementationCS, LibOperationCS

public class LibOperationCSImpl
extends OperationCSImpl
implements LibOperationCS

An implementation of the model object 'Lib Operation CS'.

The following features are implemented:

Generated

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
protected  org.eclipse.xtext.common.types.JvmType implementation
          The cached value of the 'Implementation' reference.
protected  boolean invalidating
          The cached value of the 'Invalidating' attribute.
protected static boolean INVALIDATING_EDEFAULT
          The default value of the 'Invalidating' attribute.
protected  Precedence precedence
          The cached value of the 'Precedence' reference.
protected  boolean static_
          The cached value of the 'Static' attribute.
protected static boolean STATIC_EDEFAULT
          The default value of the 'Static' attribute.
protected  boolean validating
          The cached value of the 'Validating' attribute.
protected static boolean VALIDATING_EDEFAULT
          The default value of the 'Validating' attribute.
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.basecs.impl.OperationCSImpl
AST__EINVOCATION_DELEGATE, ownedBodyExpression, ownedException, ownedParameter, ownedPostcondition, ownedPrecondition, ownedTemplateSignature
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.basecs.impl.TypedElementCSImpl
optional, OPTIONAL_EDEFAULT, ownedType, qualifier
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.basecs.impl.NamedElementCSImpl
name, NAME_EDEFAULT
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.basecs.impl.ModelElementCSImpl
csi, CSI_EDEFAULT, ORIGINAL_XMI_ID_EDEFAULT, originalXmiId, ownedAnnotation
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.basecs.impl.PivotableElementCSImpl
pivot
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected LibOperationCSImpl()
           
 
Method Summary
<R> R
accept(BaseCSVisitor<R> visitor)
          Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
 org.eclipse.xtext.common.types.JvmType basicGetImplementation()
           
 Precedence basicGetPrecedence()
           
 int eBaseStructuralFeatureID(int derivedFeatureID, java.lang.Class<?> baseClass)
           
 int eDerivedStructuralFeatureID(int baseFeatureID, java.lang.Class<?> baseClass)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  org.eclipse.emf.ecore.EClass eStaticClass()
           
 void eUnset(int featureID)
           
 org.eclipse.xtext.common.types.JvmType getImplementation()
           
 Precedence getPrecedence()
           
 boolean isInvalidating()
           
 boolean isStatic()
           
 boolean isValidating()
           
 void setImplementation(org.eclipse.xtext.common.types.JvmType newImplementation)
           
 void setInvalidating(boolean newInvalidating)
           
 void setPrecedence(Precedence newPrecedence)
           
 void setStatic(boolean newStatic)
           
 void setValidating(boolean newValidating)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.basecs.impl.OperationCSImpl
ast, basicSetOwnedTemplateSignature, basicSetOwningClass, eBasicRemoveFromContainerFeature, eInverseAdd, eInverseRemove, getOwnedBodyExpression, getOwnedException, getOwnedParameter, getOwnedPostcondition, getOwnedPrecondition, getOwnedTemplateSignature, getOwningClass, getTemplateSignature, setOwnedTemplateSignature, setOwningClass
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.basecs.impl.TypedElementCSImpl
basicSetOwnedType, getOwnedType, getQualifier, isOptional, setOptional, setOwnedType
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.basecs.impl.NamedElementCSImpl
getName, setName
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.basecs.impl.ModelElementCSImpl
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.basecs.impl.PivotableElementCSImpl
getPivot, resetPivot, setPivot
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.basecs.impl.ElementCSImpl
getDescription, getLogicalParent
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.OperationCS
ast, getOwnedBodyExpression, getOwnedException, getOwnedParameter, getOwnedPostcondition, getOwnedPrecondition, getOwningClass, setOwningClass
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.TypedElementCS
getOwnedType, getQualifier, isOptional, setOptional, setOwnedType
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.NamedElementCS
getName, setName
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ElementCS
getDescription, getLogicalParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.util.VisitableCS
eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
resetPivot
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.TemplateableElementCS
getOwnedTemplateSignature, setOwnedTemplateSignature
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

implementation

protected org.eclipse.xtext.common.types.JvmType implementation
The cached value of the 'Implementation' reference.

See Also:
getImplementation()
Generated
Ordered

precedence

protected Precedence precedence
The cached value of the 'Precedence' reference.

See Also:
getPrecedence()
Generated
Ordered

INVALIDATING_EDEFAULT

protected static final boolean INVALIDATING_EDEFAULT
The default value of the 'Invalidating' attribute.

See Also:
isInvalidating(), Constant Field Values
Generated
Ordered

invalidating

protected boolean invalidating
The cached value of the 'Invalidating' attribute.

See Also:
isInvalidating()
Generated
Ordered

STATIC_EDEFAULT

protected static final boolean STATIC_EDEFAULT
The default value of the 'Static' attribute.

See Also:
isStatic(), Constant Field Values
Generated
Ordered

static_

protected boolean static_
The cached value of the 'Static' attribute.

See Also:
isStatic()
Generated
Ordered

VALIDATING_EDEFAULT

protected static final boolean VALIDATING_EDEFAULT
The default value of the 'Validating' attribute.

See Also:
isValidating(), Constant Field Values
Generated
Ordered

validating

protected boolean validating
The cached value of the 'Validating' attribute.

See Also:
isValidating()
Generated
Ordered
Constructor Detail

LibOperationCSImpl

protected LibOperationCSImpl()

Generated
Method Detail

eStaticClass

protected org.eclipse.emf.ecore.EClass eStaticClass()

Overrides:
eStaticClass in class OperationCSImpl
Generated

getImplementation

public org.eclipse.xtext.common.types.JvmType getImplementation()

Specified by:
getImplementation in interface JavaImplementationCS
Returns:
the value of the 'Implementation' reference.
See Also:
JavaImplementationCS.setImplementation(JvmType), OCLstdlibCSPackage.getJavaImplementationCS_Implementation()
Generated

basicGetImplementation

public org.eclipse.xtext.common.types.JvmType basicGetImplementation()

Generated

setImplementation

public void setImplementation(org.eclipse.xtext.common.types.JvmType newImplementation)

Specified by:
setImplementation in interface JavaImplementationCS
Parameters:
newImplementation - the new value of the 'Implementation' reference.
See Also:
JavaImplementationCS.getImplementation()
Generated

getPrecedence

public Precedence getPrecedence()

Specified by:
getPrecedence in interface LibOperationCS
Returns:
the value of the 'Precedence' reference.
See Also:
LibOperationCS.setPrecedence(Precedence), OCLstdlibCSPackage.getLibOperationCS_Precedence()
Generated

basicGetPrecedence

public Precedence basicGetPrecedence()

Generated

setPrecedence

public void setPrecedence(Precedence newPrecedence)

Specified by:
setPrecedence in interface LibOperationCS
Parameters:
newPrecedence - the new value of the 'Precedence' reference.
See Also:
LibOperationCS.getPrecedence()
Generated

isInvalidating

public boolean isInvalidating()

Specified by:
isInvalidating in interface LibOperationCS
Returns:
the value of the 'Invalidating' attribute.
See Also:
LibOperationCS.setInvalidating(boolean), OCLstdlibCSPackage.getLibOperationCS_Invalidating()
Generated

setInvalidating

public void setInvalidating(boolean newInvalidating)

Specified by:
setInvalidating in interface LibOperationCS
Parameters:
newInvalidating - the new value of the 'Invalidating' attribute.
See Also:
LibOperationCS.isInvalidating()
Generated

isStatic

public boolean isStatic()

Specified by:
isStatic in interface LibOperationCS
Returns:
the value of the 'Static' attribute.
See Also:
LibOperationCS.setStatic(boolean), OCLstdlibCSPackage.getLibOperationCS_Static()
Generated

setStatic

public void setStatic(boolean newStatic)

Specified by:
setStatic in interface LibOperationCS
Parameters:
newStatic - the new value of the 'Static' attribute.
See Also:
LibOperationCS.isStatic()
Generated

isValidating

public boolean isValidating()

Specified by:
isValidating in interface LibOperationCS
Returns:
the value of the 'Validating' attribute.
See Also:
LibOperationCS.setValidating(boolean), OCLstdlibCSPackage.getLibOperationCS_Validating()
Generated

setValidating

public void setValidating(boolean newValidating)

Specified by:
setValidating in interface LibOperationCS
Parameters:
newValidating - the new value of the 'Validating' attribute.
See Also:
LibOperationCS.isValidating()
Generated

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class OperationCSImpl
Generated

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class OperationCSImpl
Generated

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class OperationCSImpl
Generated

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class OperationCSImpl
Generated

eBaseStructuralFeatureID

public int eBaseStructuralFeatureID(int derivedFeatureID,
                                    java.lang.Class<?> baseClass)

Specified by:
eBaseStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eBaseStructuralFeatureID in class OperationCSImpl
Generated

eDerivedStructuralFeatureID

public int eDerivedStructuralFeatureID(int baseFeatureID,
                                       java.lang.Class<?> baseClass)

Specified by:
eDerivedStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eDerivedStructuralFeatureID in class OperationCSImpl
Generated

accept

@Nullable
public <R> R accept(@NonNull
                             BaseCSVisitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.

Specified by:
accept in interface ElementCS
Specified by:
accept in interface VisitableCS
Overrides:
accept in class OperationCSImpl
Returns:
the result of the visit.
Generated

toString

public java.lang.String toString()

Overrides:
toString in class TypedElementCSImpl
Generated