g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.impl
Class RangeValueTypeImpl

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

Deprecated. This class is deprecated. Substitute with the respective class in package eu.geclipse.jsdl.model.base.impl

public class RangeValueTypeImpl
extends EObjectImpl
implements RangeValueType

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

The following features are implemented:


Method Summary
 NotificationChain basicSetLowerBound(BoundaryType newLowerBound, NotificationChain msgs)
          Deprecated.  
 NotificationChain basicSetUpperBound(BoundaryType newUpperBound, NotificationChain msgs)
          Deprecated.  
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
          Deprecated.  
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
          Deprecated.  
 boolean eIsSet(int featureID)
          Deprecated.  
 void eSet(int featureID, java.lang.Object newValue)
          Deprecated.  
 void eUnset(int featureID)
          Deprecated.  
 FeatureMap getAnyAttribute()
          Deprecated.  
 EList getExact()
          Deprecated.  
 BoundaryType getLowerBound()
          Deprecated.  
 EList getRange()
          Deprecated.  
 BoundaryType getUpperBound()
          Deprecated.  
 void setLowerBound(BoundaryType newLowerBound)
          Deprecated.  
 void setUpperBound(BoundaryType newUpperBound)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getUpperBound

public BoundaryType getUpperBound()
Deprecated. 

Specified by:
getUpperBound in interface RangeValueType
Returns:
the value of the 'Upper Bound' containment reference.
See Also:
RangeValueType.setUpperBound(BoundaryType), JsdlPackage.getRangeValueType_UpperBound()

basicSetUpperBound

public NotificationChain basicSetUpperBound(BoundaryType newUpperBound,
                                            NotificationChain msgs)
Deprecated. 


setUpperBound

public void setUpperBound(BoundaryType newUpperBound)
Deprecated. 

Specified by:
setUpperBound in interface RangeValueType
Parameters:
newUpperBound - the new value of the 'Upper Bound' containment reference.
See Also:
RangeValueType.getUpperBound()

getLowerBound

public BoundaryType getLowerBound()
Deprecated. 

Specified by:
getLowerBound in interface RangeValueType
Returns:
the value of the 'Lower Bound' containment reference.
See Also:
RangeValueType.setLowerBound(BoundaryType), JsdlPackage.getRangeValueType_LowerBound()

basicSetLowerBound

public NotificationChain basicSetLowerBound(BoundaryType newLowerBound,
                                            NotificationChain msgs)
Deprecated. 


setLowerBound

public void setLowerBound(BoundaryType newLowerBound)
Deprecated. 

Specified by:
setLowerBound in interface RangeValueType
Parameters:
newLowerBound - the new value of the 'Lower Bound' containment reference.
See Also:
RangeValueType.getLowerBound()

getExact

public EList getExact()
Deprecated. 

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

getRange

public EList getRange()
Deprecated. 

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

getAnyAttribute

public FeatureMap getAnyAttribute()
Deprecated. 

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

eInverseRemove

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


eGet

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


eSet

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


eUnset

public void eUnset(int featureID)
Deprecated. 


eIsSet

public boolean eIsSet(int featureID)
Deprecated. 


toString

public java.lang.String toString()
Deprecated. 


g-Eclipse
Release 1.0.0