g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.impl
Class BoundaryTypeImpl

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

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

public class BoundaryTypeImpl
extends EObjectImpl
implements BoundaryType

An implementation of the model object 'Boundary Type'.

The following features are implemented:


Method Summary
 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.  
 double getValue()
          Deprecated.  
 boolean isExclusiveBound()
          Deprecated.  
 boolean isSetExclusiveBound()
          Deprecated.  
 boolean isSetValue()
          Deprecated.  
 void setExclusiveBound(boolean newExclusiveBound)
          Deprecated.  
 void setValue(double newValue)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 void unsetExclusiveBound()
          Deprecated.  
 void unsetValue()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getValue

public double getValue()
Deprecated. 

Specified by:
getValue in interface BoundaryType
Returns:
the value of the 'Value' attribute.
See Also:
BoundaryType.isSetValue(), BoundaryType.unsetValue(), BoundaryType.setValue(double), JsdlPackage.getBoundaryType_Value()

setValue

public void setValue(double newValue)
Deprecated. 

Specified by:
setValue in interface BoundaryType
Parameters:
newValue - the new value of the 'Value' attribute.
See Also:
BoundaryType.isSetValue(), BoundaryType.unsetValue(), BoundaryType.getValue()

unsetValue

public void unsetValue()
Deprecated. 

Specified by:
unsetValue in interface BoundaryType
See Also:
BoundaryType.isSetValue(), BoundaryType.getValue(), BoundaryType.setValue(double)

isSetValue

public boolean isSetValue()
Deprecated. 

Specified by:
isSetValue in interface BoundaryType
Returns:
whether the value of the 'Value' attribute is set.
See Also:
BoundaryType.unsetValue(), BoundaryType.getValue(), BoundaryType.setValue(double)

isExclusiveBound

public boolean isExclusiveBound()
Deprecated. 

Specified by:
isExclusiveBound in interface BoundaryType
Returns:
the value of the 'Exclusive Bound' attribute.
See Also:
BoundaryType.isSetExclusiveBound(), BoundaryType.unsetExclusiveBound(), BoundaryType.setExclusiveBound(boolean), JsdlPackage.getBoundaryType_ExclusiveBound()

setExclusiveBound

public void setExclusiveBound(boolean newExclusiveBound)
Deprecated. 

Specified by:
setExclusiveBound in interface BoundaryType
Parameters:
newExclusiveBound - the new value of the 'Exclusive Bound' attribute.
See Also:
BoundaryType.isSetExclusiveBound(), BoundaryType.unsetExclusiveBound(), BoundaryType.isExclusiveBound()

unsetExclusiveBound

public void unsetExclusiveBound()
Deprecated. 

Specified by:
unsetExclusiveBound in interface BoundaryType
See Also:
BoundaryType.isSetExclusiveBound(), BoundaryType.isExclusiveBound(), BoundaryType.setExclusiveBound(boolean)

isSetExclusiveBound

public boolean isSetExclusiveBound()
Deprecated. 

Specified by:
isSetExclusiveBound in interface BoundaryType
Returns:
whether the value of the 'Exclusive Bound' attribute is set.
See Also:
BoundaryType.unsetExclusiveBound(), BoundaryType.isExclusiveBound(), BoundaryType.setExclusiveBound(boolean)

getAnyAttribute

public FeatureMap getAnyAttribute()
Deprecated. 

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