g-Eclipse
Release 1.0.0

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

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

public class IntegerRangeTypeImpl
extends EObjectImpl
implements IntegerRangeType

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

The following features are implemented:


Method Summary
 NotificationChain basicSetIntegerLowerBound(IntegerBoundaryType newIntegerLowerBound, NotificationChain msgs)
           
 NotificationChain basicSetIntegerUpperBound(IntegerBoundaryType newIntegerUpperBound, 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()
           
 IntegerBoundaryType getIntegerLowerBound()
           
 IntegerBoundaryType getIntegerUpperBound()
           
 void setIntegerLowerBound(IntegerBoundaryType newIntegerLowerBound)
           
 void setIntegerUpperBound(IntegerBoundaryType newIntegerUpperBound)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getIntegerLowerBound

public IntegerBoundaryType getIntegerLowerBound()

Specified by:
getIntegerLowerBound in interface IntegerRangeType
Returns:
the value of the 'Integer Lower Bound' containment reference.
See Also:
IntegerRangeType.setIntegerLowerBound(IntegerBoundaryType), QdlPackage.getIntegerRangeType_IntegerLowerBound()

basicSetIntegerLowerBound

public NotificationChain basicSetIntegerLowerBound(IntegerBoundaryType newIntegerLowerBound,
                                                   NotificationChain msgs)


setIntegerLowerBound

public void setIntegerLowerBound(IntegerBoundaryType newIntegerLowerBound)

Specified by:
setIntegerLowerBound in interface IntegerRangeType
Parameters:
newIntegerLowerBound - the new value of the 'Integer Lower Bound' containment reference.
See Also:
IntegerRangeType.getIntegerLowerBound()

getIntegerUpperBound

public IntegerBoundaryType getIntegerUpperBound()

Specified by:
getIntegerUpperBound in interface IntegerRangeType
Returns:
the value of the 'Integer Upper Bound' containment reference.
See Also:
IntegerRangeType.setIntegerUpperBound(IntegerBoundaryType), QdlPackage.getIntegerRangeType_IntegerUpperBound()

basicSetIntegerUpperBound

public NotificationChain basicSetIntegerUpperBound(IntegerBoundaryType newIntegerUpperBound,
                                                   NotificationChain msgs)


setIntegerUpperBound

public void setIntegerUpperBound(IntegerBoundaryType newIntegerUpperBound)

Specified by:
setIntegerUpperBound in interface IntegerRangeType
Parameters:
newIntegerUpperBound - the new value of the 'Integer Upper Bound' containment reference.
See Also:
IntegerRangeType.getIntegerUpperBound()

getAnyAttribute

public FeatureMap getAnyAttribute()

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