org.eclipse.emf.ocl.expressions.impl
Class StringLiteralExpImpl
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.ecore.impl.FlatEObjectImpl
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.ENamedElementImpl
org.eclipse.emf.ocl.uml.impl.TypedElementImpl
org.eclipse.emf.ocl.expressions.impl.OCLExpressionImpl
org.eclipse.emf.ocl.expressions.impl.LiteralExpImpl
org.eclipse.emf.ocl.expressions.impl.PrimitiveLiteralExpImpl
org.eclipse.emf.ocl.expressions.impl.StringLiteralExpImpl
- All Implemented Interfaces:
- Notifier, EModelElement, ENamedElement, EObject, InternalEObject, LiteralExp, OCLExpression, PrimitiveLiteralExp, StringLiteralExp, TypedElement, ASTNode, Visitable
public class StringLiteralExpImpl
- extends PrimitiveLiteralExpImpl
- implements StringLiteralExp
An implementation of the model object 'String Literal Exp'.
The following features are implemented:
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eAddVirtualValue, eAllContents, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, 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, eInverseRemove, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, 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 |
copyright
public static final String copyright
-
- See Also:
- Constant Field Values
STRING_SYMBOL_EDEFAULT
protected static final String STRING_SYMBOL_EDEFAULT
- The default value of the '
String Symbol
' attribute.
- See Also:
getStringSymbol()
stringSymbol
protected String stringSymbol
- The cached value of the '
String Symbol
' attribute.
- See Also:
getStringSymbol()
StringLiteralExpImpl
protected StringLiteralExpImpl()
-
StringLiteralExpImpl
protected StringLiteralExpImpl(String s)
eStaticClass
protected EClass eStaticClass()
-
- Overrides:
eStaticClass
in class PrimitiveLiteralExpImpl
accept
public Object accept(Visitor v)
- Description copied from class:
OCLExpressionImpl
-
- Specified by:
accept
in interface Visitable
- Overrides:
accept
in class OCLExpressionImpl
getStringSymbol
public String getStringSymbol()
-
- Specified by:
getStringSymbol
in interface StringLiteralExp
setStringSymbol
public void setStringSymbol(String newStringSymbol)
-
- Specified by:
setStringSymbol
in interface StringLiteralExp
- Parameters:
newStringSymbol
- the new value of the 'String Symbol' attribute.- See Also:
StringLiteralExp.getStringSymbol()
eGet
public Object eGet(int featureID,
boolean resolve,
boolean coreType)
-
- Specified by:
eGet
in interface InternalEObject
- Overrides:
eGet
in class OCLExpressionImpl
eSet
public void eSet(int featureID,
Object newValue)
-
- Specified by:
eSet
in interface InternalEObject
- Overrides:
eSet
in class OCLExpressionImpl
eUnset
public void eUnset(int featureID)
-
- Specified by:
eUnset
in interface InternalEObject
- Overrides:
eUnset
in class OCLExpressionImpl
eIsSet
public boolean eIsSet(int featureID)
-
- Specified by:
eIsSet
in interface InternalEObject
- Overrides:
eIsSet
in class OCLExpressionImpl
toString
public String toString()
- Overrides:
toString
in class OCLExpressionImpl