g-Eclipse
Release 1.0.0

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

Packages that use IntegerBoundaryType
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 IntegerBoundaryType in eu.geclipse.batch.model.qdl
 

Methods in eu.geclipse.batch.model.qdl that return IntegerBoundaryType
 IntegerBoundaryType QdlFactory.createIntegerBoundaryType()
          Returns a new object of class 'Integer Boundary Type'
 IntegerBoundaryType IntegerRangeType.getIntegerLowerBound()
          Returns the value of the 'Integer Lower Bound' containment reference
 IntegerBoundaryType IntegerRangeType.getIntegerUpperBound()
          Returns the value of the 'Integer Upper Bound' containment reference
 IntegerBoundaryType IntegerRangeValueType.getLowerBoundedRange()
          Returns the value of the 'Lower Bounded Range' containment reference
 IntegerBoundaryType IntegerRangeValueType.getUpperBoundedRange()
          Returns the value of the 'Upper Bounded Range' containment reference
 

Methods in eu.geclipse.batch.model.qdl with parameters of type IntegerBoundaryType
 void IntegerRangeType.setIntegerLowerBound(IntegerBoundaryType value)
          Sets the value of the 'Integer Lower Bound' containment reference
 void IntegerRangeType.setIntegerUpperBound(IntegerBoundaryType value)
          Sets the value of the 'Integer Upper Bound' containment reference
 void IntegerRangeValueType.setLowerBoundedRange(IntegerBoundaryType value)
          Sets the value of the 'Lower Bounded Range' containment reference
 void IntegerRangeValueType.setUpperBoundedRange(IntegerBoundaryType value)
          Sets the value of the 'Upper Bounded Range' containment reference
 

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

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

Methods in eu.geclipse.batch.model.qdl.impl that return IntegerBoundaryType
 IntegerBoundaryType QdlFactoryImpl.createIntegerBoundaryType()
           
 IntegerBoundaryType IntegerRangeTypeImpl.getIntegerLowerBound()
           
 IntegerBoundaryType IntegerRangeTypeImpl.getIntegerUpperBound()
           
 IntegerBoundaryType IntegerRangeValueTypeImpl.getLowerBoundedRange()
           
 IntegerBoundaryType IntegerRangeValueTypeImpl.getUpperBoundedRange()
           
 

Methods in eu.geclipse.batch.model.qdl.impl with parameters of type IntegerBoundaryType
 NotificationChain IntegerRangeTypeImpl.basicSetIntegerLowerBound(IntegerBoundaryType newIntegerLowerBound, NotificationChain msgs)
           
 NotificationChain IntegerRangeTypeImpl.basicSetIntegerUpperBound(IntegerBoundaryType newIntegerUpperBound, NotificationChain msgs)
           
 NotificationChain IntegerRangeValueTypeImpl.basicSetLowerBoundedRange(IntegerBoundaryType newLowerBoundedRange, NotificationChain msgs)
           
 NotificationChain IntegerRangeValueTypeImpl.basicSetUpperBoundedRange(IntegerBoundaryType newUpperBoundedRange, NotificationChain msgs)
           
 void IntegerRangeTypeImpl.setIntegerLowerBound(IntegerBoundaryType newIntegerLowerBound)
           
 void IntegerRangeTypeImpl.setIntegerUpperBound(IntegerBoundaryType newIntegerUpperBound)
           
 void IntegerRangeValueTypeImpl.setLowerBoundedRange(IntegerBoundaryType newLowerBoundedRange)
           
 void IntegerRangeValueTypeImpl.setUpperBoundedRange(IntegerBoundaryType newUpperBoundedRange)
           
 

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

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

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

Methods in eu.geclipse.batch.model.qdl.validation with parameters of type IntegerBoundaryType
 boolean IntegerRangeTypeValidator.validateIntegerLowerBound(IntegerBoundaryType value)
           
 boolean IntegerRangeTypeValidator.validateIntegerUpperBound(IntegerBoundaryType value)
           
 boolean IntegerRangeValueTypeValidator.validateLowerBoundedRange(IntegerBoundaryType value)
           
 boolean IntegerRangeValueTypeValidator.validateUpperBoundedRange(IntegerBoundaryType value)
           
 


g-Eclipse
Release 1.0.0