g-Eclipse
Release 1.0.0

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

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

public class IntegerRangeValueTypeImpl
extends EObjectImpl
implements IntegerRangeValueType

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

The following features are implemented:


Method Summary
 NotificationChain basicSetLowerBoundedRange(IntegerBoundaryType newLowerBoundedRange, NotificationChain msgs)
           
 NotificationChain basicSetUpperBoundedRange(IntegerBoundaryType 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()
           
 IntegerBoundaryType getLowerBoundedRange()
           
  getRange()
           
 IntegerBoundaryType getUpperBoundedRange()
           
 void setLowerBoundedRange(IntegerBoundaryType newLowerBoundedRange)
           
 void setUpperBoundedRange(IntegerBoundaryType newUpperBoundedRange)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getUpperBoundedRange

public IntegerBoundaryType getUpperBoundedRange()

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

basicSetUpperBoundedRange

public NotificationChain basicSetUpperBoundedRange(IntegerBoundaryType newUpperBoundedRange,
                                                   NotificationChain msgs)


setUpperBoundedRange

public void setUpperBoundedRange(IntegerBoundaryType newUpperBoundedRange)

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

getLowerBoundedRange

public IntegerBoundaryType getLowerBoundedRange()

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

basicSetLowerBoundedRange

public NotificationChain basicSetLowerBoundedRange(IntegerBoundaryType newLowerBoundedRange,
                                                   NotificationChain msgs)


setLowerBoundedRange

public void setLowerBoundedRange(IntegerBoundaryType newLowerBoundedRange)

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

getExact

public  getExact()

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

getRange

public  getRange()

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

getAnyAttribute

public FeatureMap getAnyAttribute()

Specified by:
getAnyAttribute in interface IntegerRangeValueType
Returns:
the value of the 'Any Attribute' attribute list.
See Also:
QdlPackage.getIntegerRangeValueType_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