g-Eclipse
Release 1.0.0

eu.geclipse.batch.model.qdl.impl
Class RangeValueTypeImpl

java.lang.Object
  extended by EObjectImpl
      extended by eu.geclipse.batch.model.qdl.impl.RangeValueTypeImpl
All Implemented Interfaces:
RangeValueType

public class RangeValueTypeImpl
extends EObjectImpl
implements RangeValueType

An implementation of the model object 'Range Value Type'.

The following features are implemented:


Method Summary
 NotificationChain basicSetLowerBoundedRange(BoundaryType newLowerBoundedRange, NotificationChain msgs)
           
 NotificationChain basicSetUpperBoundedRange(BoundaryType newUpperBoundedRange, NotificationChain msgs)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 FeatureMap getAnyAttribute()
           
  getExact()
           
 BoundaryType getLowerBoundedRange()
           
  getRange()
           
 BoundaryType getUpperBoundedRange()
           
 void setLowerBoundedRange(BoundaryType newLowerBoundedRange)
           
 void setUpperBoundedRange(BoundaryType newUpperBoundedRange)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getUpperBoundedRange

public BoundaryType getUpperBoundedRange()

Specified by:
getUpperBoundedRange in interface RangeValueType
Returns:
the value of the 'Upper Bounded Range' containment reference.
See Also:
RangeValueType.setUpperBoundedRange(BoundaryType), QdlPackage.getRangeValueType_UpperBoundedRange()

basicSetUpperBoundedRange

public NotificationChain basicSetUpperBoundedRange(BoundaryType newUpperBoundedRange,
                                                   NotificationChain msgs)


setUpperBoundedRange

public void setUpperBoundedRange(BoundaryType newUpperBoundedRange)

Specified by:
setUpperBoundedRange in interface RangeValueType
Parameters:
newUpperBoundedRange - the new value of the 'Upper Bounded Range' containment reference.
See Also:
RangeValueType.getUpperBoundedRange()

getLowerBoundedRange

public BoundaryType getLowerBoundedRange()

Specified by:
getLowerBoundedRange in interface RangeValueType
Returns:
the value of the 'Lower Bounded Range' containment reference.
See Also:
RangeValueType.setLowerBoundedRange(BoundaryType), QdlPackage.getRangeValueType_LowerBoundedRange()

basicSetLowerBoundedRange

public NotificationChain basicSetLowerBoundedRange(BoundaryType newLowerBoundedRange,
                                                   NotificationChain msgs)


setLowerBoundedRange

public void setLowerBoundedRange(BoundaryType newLowerBoundedRange)

Specified by:
setLowerBoundedRange in interface RangeValueType
Parameters:
newLowerBoundedRange - the new value of the 'Lower Bounded Range' containment reference.
See Also:
RangeValueType.getLowerBoundedRange()

getExact

public  getExact()

Specified by:
getExact in interface RangeValueType
Returns:
the value of the 'Exact' containment reference list.
See Also:
QdlPackage.getRangeValueType_Exact()

getRange

public  getRange()

Specified by:
getRange in interface RangeValueType
Returns:
the value of the 'Range' containment reference list.
See Also:
QdlPackage.getRangeValueType_Range()

getAnyAttribute

public FeatureMap getAnyAttribute()

Specified by:
getAnyAttribute in interface RangeValueType
Returns:
the value of the 'Any Attribute' attribute list.
See Also:
QdlPackage.getRangeValueType_AnyAttribute()

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)


eGet

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


eSet

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


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public java.lang.String toString()


g-Eclipse
Release 1.0.0