g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.batch.model.qdl.BoundaryType

Packages that use BoundaryType
eu.geclipse.batch.model.qdl   
eu.geclipse.batch.model.qdl.impl   
eu.geclipse.batch.model.qdl.util   
eu.geclipse.batch.model.qdl.validation   
 

Uses of BoundaryType in eu.geclipse.batch.model.qdl
 

Methods in eu.geclipse.batch.model.qdl that return BoundaryType
 BoundaryType QdlFactory.createBoundaryType()
          Returns a new object of class 'Boundary Type'
 BoundaryType RangeType.getLowerBound()
          Returns the value of the 'Lower Bound' containment reference
 BoundaryType RangeValueType.getLowerBoundedRange()
          Returns the value of the 'Lower Bounded Range' containment reference
 BoundaryType RangeType.getUpperBound()
          Returns the value of the 'Upper Bound' containment reference
 BoundaryType RangeValueType.getUpperBoundedRange()
          Returns the value of the 'Upper Bounded Range' containment reference
 

Methods in eu.geclipse.batch.model.qdl with parameters of type BoundaryType
 void RangeType.setLowerBound(BoundaryType value)
          Sets the value of the 'Lower Bound' containment reference
 void RangeValueType.setLowerBoundedRange(BoundaryType value)
          Sets the value of the 'Lower Bounded Range' containment reference
 void RangeType.setUpperBound(BoundaryType value)
          Sets the value of the 'Upper Bound' containment reference
 void RangeValueType.setUpperBoundedRange(BoundaryType value)
          Sets the value of the 'Upper Bounded Range' containment reference
 

Uses of BoundaryType in eu.geclipse.batch.model.qdl.impl
 

Classes in eu.geclipse.batch.model.qdl.impl that implement BoundaryType
 class BoundaryTypeImpl
          An implementation of the model object 'Boundary Type'
 

Methods in eu.geclipse.batch.model.qdl.impl that return BoundaryType
 BoundaryType QdlFactoryImpl.createBoundaryType()
           
 BoundaryType RangeTypeImpl.getLowerBound()
           
 BoundaryType RangeValueTypeImpl.getLowerBoundedRange()
           
 BoundaryType RangeTypeImpl.getUpperBound()
           
 BoundaryType RangeValueTypeImpl.getUpperBoundedRange()
           
 

Methods in eu.geclipse.batch.model.qdl.impl with parameters of type BoundaryType
 NotificationChain RangeTypeImpl.basicSetLowerBound(BoundaryType newLowerBound, NotificationChain msgs)
           
 NotificationChain RangeValueTypeImpl.basicSetLowerBoundedRange(BoundaryType newLowerBoundedRange, NotificationChain msgs)
           
 NotificationChain RangeTypeImpl.basicSetUpperBound(BoundaryType newUpperBound, NotificationChain msgs)
           
 NotificationChain RangeValueTypeImpl.basicSetUpperBoundedRange(BoundaryType newUpperBoundedRange, NotificationChain msgs)
           
 void RangeTypeImpl.setLowerBound(BoundaryType newLowerBound)
           
 void RangeValueTypeImpl.setLowerBoundedRange(BoundaryType newLowerBoundedRange)
           
 void RangeTypeImpl.setUpperBound(BoundaryType newUpperBound)
           
 void RangeValueTypeImpl.setUpperBoundedRange(BoundaryType newUpperBoundedRange)
           
 

Uses of BoundaryType in eu.geclipse.batch.model.qdl.util
 

Methods in eu.geclipse.batch.model.qdl.util with parameters of type BoundaryType
 T QdlSwitch.caseBoundaryType(BoundaryType object)
          Returns the result of interpreting the object as an instance of 'Boundary Type'
 

Uses of BoundaryType in eu.geclipse.batch.model.qdl.validation
 

Methods in eu.geclipse.batch.model.qdl.validation with parameters of type BoundaryType
 boolean RangeTypeValidator.validateLowerBound(BoundaryType value)
           
 boolean RangeValueTypeValidator.validateLowerBoundedRange(BoundaryType value)
           
 boolean RangeTypeValidator.validateUpperBound(BoundaryType value)
           
 boolean RangeValueTypeValidator.validateUpperBoundedRange(BoundaryType value)
           
 


g-Eclipse
Release 1.0.0