g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.jsdl.model.BoundaryType

Packages that use BoundaryType
eu.geclipse.jsdl.model   
eu.geclipse.jsdl.model.impl   
eu.geclipse.jsdl.model.util   
eu.geclipse.jsdl.model.validation   
 

Uses of BoundaryType in eu.geclipse.jsdl.model
 

Methods in eu.geclipse.jsdl.model that return BoundaryType
 BoundaryType JsdlFactory.createBoundaryType()
          Deprecated. Returns a new object of class 'Boundary Type'
 BoundaryType RangeValueType.getLowerBound()
          Deprecated. Returns the value of the 'Lower Bound' containment reference
 BoundaryType RangeType.getLowerBound()
          Deprecated. Returns the value of the 'Lower Bound' containment reference
 BoundaryType RangeValueType.getUpperBound()
          Deprecated. Returns the value of the 'Upper Bound' containment reference
 BoundaryType RangeType.getUpperBound()
          Deprecated. Returns the value of the 'Upper Bound' containment reference
 

Methods in eu.geclipse.jsdl.model with parameters of type BoundaryType
 void RangeValueType.setLowerBound(BoundaryType value)
          Deprecated. Sets the value of the 'Lower Bound' containment reference
 void RangeType.setLowerBound(BoundaryType value)
          Deprecated. Sets the value of the 'Lower Bound' containment reference
 void RangeValueType.setUpperBound(BoundaryType value)
          Deprecated. Sets the value of the 'Upper Bound' containment reference
 void RangeType.setUpperBound(BoundaryType value)
          Deprecated. Sets the value of the 'Upper Bound' containment reference
 

Uses of BoundaryType in eu.geclipse.jsdl.model.impl
 

Classes in eu.geclipse.jsdl.model.impl that implement BoundaryType
 class BoundaryTypeImpl
          Deprecated. This class is deprecated. Substitute with the respective class in package eu.geclipse.jsdl.model.base.impl
 

Methods in eu.geclipse.jsdl.model.impl that return BoundaryType
 BoundaryType JsdlFactoryImpl.createBoundaryType()
          Deprecated.  
 BoundaryType RangeTypeImpl.getLowerBound()
          Deprecated.  
 BoundaryType RangeValueTypeImpl.getLowerBound()
          Deprecated.  
 BoundaryType RangeTypeImpl.getUpperBound()
          Deprecated.  
 BoundaryType RangeValueTypeImpl.getUpperBound()
          Deprecated.  
 

Methods in eu.geclipse.jsdl.model.impl with parameters of type BoundaryType
 NotificationChain RangeTypeImpl.basicSetLowerBound(BoundaryType newLowerBound, NotificationChain msgs)
          Deprecated.  
 NotificationChain RangeValueTypeImpl.basicSetLowerBound(BoundaryType newLowerBound, NotificationChain msgs)
          Deprecated.  
 NotificationChain RangeTypeImpl.basicSetUpperBound(BoundaryType newUpperBound, NotificationChain msgs)
          Deprecated.  
 NotificationChain RangeValueTypeImpl.basicSetUpperBound(BoundaryType newUpperBound, NotificationChain msgs)
          Deprecated.  
 void RangeTypeImpl.setLowerBound(BoundaryType newLowerBound)
          Deprecated.  
 void RangeValueTypeImpl.setLowerBound(BoundaryType newLowerBound)
          Deprecated.  
 void RangeTypeImpl.setUpperBound(BoundaryType newUpperBound)
          Deprecated.  
 void RangeValueTypeImpl.setUpperBound(BoundaryType newUpperBound)
          Deprecated.  
 

Uses of BoundaryType in eu.geclipse.jsdl.model.util
 

Methods in eu.geclipse.jsdl.model.util with parameters of type BoundaryType
 java.lang.Object JsdlSwitch.caseBoundaryType(BoundaryType object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Boundary Type'
 

Uses of BoundaryType in eu.geclipse.jsdl.model.validation
 

Methods in eu.geclipse.jsdl.model.validation with parameters of type BoundaryType
 boolean RangeTypeValidator.validateLowerBound(BoundaryType value)
          Deprecated.  
 boolean RangeValueTypeValidator.validateLowerBound(BoundaryType value)
          Deprecated.  
 boolean RangeTypeValidator.validateUpperBound(BoundaryType value)
          Deprecated.  
 boolean RangeValueTypeValidator.validateUpperBound(BoundaryType value)
          Deprecated.  
 


g-Eclipse
Release 1.0.0