org.eclipse.ocl.expressions.impl
Class EnumLiteralExpImpl<C,EL>
java.lang.Object
  
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      
org.eclipse.emf.ecore.impl.BasicEObjectImpl
          
org.eclipse.emf.ecore.impl.EObjectImpl
              
org.eclipse.ocl.expressions.impl.OCLExpressionImpl<C>
                  
org.eclipse.ocl.expressions.impl.LiteralExpImpl<C>
                      
org.eclipse.ocl.expressions.impl.EnumLiteralExpImpl<C,EL>
- All Implemented Interfaces: 
 - Notifier, EObject, InternalEObject, EnumLiteralExp<C,EL>, LiteralExp<C>, OCLExpression<C>, ASTNode, TypedElement<C>, Visitable
 
public class EnumLiteralExpImpl<C,EL>
- extends LiteralExpImpl<C>
- implements EnumLiteralExp<C,EL>
  
 An implementation of the model object 'Enum Literal Exp'.
 
 
 The following features are implemented:
 
 
 
 
 
 
 
 
 
 
 
 
| 
Method Summary | 
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> 
 
T | 
 
 
 | 
accept(U v)
 
            | 
 EL | 
basicGetReferredEnumLiteral()
 
            | 
 Object | 
eGet(int featureID,
     boolean resolve,
     boolean coreType)
 
            | 
 boolean | 
eIsSet(int featureID)
 
            | 
 void | 
eSet(int featureID,
     Object newValue)
 
            | 
protected  EClass | 
eStaticClass()
 
            | 
 void | 
eUnset(int featureID)
 
            | 
 EL | 
getReferredEnumLiteral()
 
            | 
 void | 
setReferredEnumLiteral(EL newReferredEnumLiteral)
 
            | 
 
| Methods inherited from class org.eclipse.ocl.expressions.impl.OCLExpressionImpl | 
eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getEndPosition, getName, getStartPosition, getType, setEndPosition, setName, setStartPosition, setType, toString | 
 
| 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 | 
eAddVirtualValue, eAllContents, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues | 
 
 
 
 
| 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.ecore.EObject | 
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset | 
 
 
 
| Methods inherited from interface org.eclipse.emf.ecore.EObject | 
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset | 
 
 
 
referredEnumLiteral
protected EL referredEnumLiteral
- The cached value of the '
Referred Enum Literal' reference.
 
 
- See Also:
 getReferredEnumLiteral()
 
EnumLiteralExpImpl
protected EnumLiteralExpImpl()
- 
 
 
eStaticClass
protected EClass eStaticClass()
- 
 
- Overrides:
 eStaticClass in class LiteralExpImpl<C>
 
 
 
getReferredEnumLiteral
public EL getReferredEnumLiteral()
- 
 
- Specified by:
 getReferredEnumLiteral in interface EnumLiteralExp<C,EL>
 
- Returns:
 - the value of the 'Referred Enum Literal' reference.
 - See Also:
 EnumLiteralExp.setReferredEnumLiteral(Object), 
ExpressionsPackage.getEnumLiteralExp_ReferredEnumLiteral()
 
 
basicGetReferredEnumLiteral
public EL basicGetReferredEnumLiteral()
- 
 
 
 
 
setReferredEnumLiteral
public void setReferredEnumLiteral(EL newReferredEnumLiteral)
- 
 
- Specified by:
 setReferredEnumLiteral in interface EnumLiteralExp<C,EL>
 
- Parameters:
 newReferredEnumLiteral - the new value of the 'Referred Enum Literal' reference.- See Also:
 EnumLiteralExp.getReferredEnumLiteral()
 
 
eGet
public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)
- 
 
- Specified by:
 eGet in interface InternalEObject- Overrides:
 eGet in class OCLExpressionImpl<C>
 
 
 
eSet
public void eSet(int featureID,
                 Object newValue)
- 
 
- Specified by:
 eSet in interface InternalEObject- Overrides:
 eSet in class OCLExpressionImpl<C>
 
 
 
eUnset
public void eUnset(int featureID)
- 
 
- Specified by:
 eUnset in interface InternalEObject- Overrides:
 eUnset in class OCLExpressionImpl<C>
 
 
 
eIsSet
public boolean eIsSet(int featureID)
- 
 
- Specified by:
 eIsSet in interface InternalEObject- Overrides:
 eIsSet in class OCLExpressionImpl<C>
 
 
 
accept
public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
- Description copied from class: 
OCLExpressionImpl 
- 
 
- Specified by:
 accept in interface Visitable- Overrides:
 accept in class OCLExpressionImpl<C>