g-Eclipse
Release 1.0.0

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

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

Methods in eu.geclipse.batch.model.qdl that return IntegerRangeValueType
 IntegerRangeValueType QdlFactory.createIntegerRangeValueType()
          Returns a new object of class 'Integer Range Value Type'
 IntegerRangeValueType QueueType.getAssignedResources()
          Returns the value of the 'Assigned Resources' containment reference
 IntegerRangeValueType DocumentRoot.getAssignedResources()
          Returns the value of the 'Assigned Resources' containment reference
 IntegerRangeValueType QueueType.getJobsInQueue()
          Returns the value of the 'Jobs In Queue' containment reference
 IntegerRangeValueType DocumentRoot.getJobsInQueue()
          Returns the value of the 'Jobs In Queue' containment reference
 IntegerRangeValueType QueueType.getPriority()
          Returns the value of the 'Priority' containment reference
 IntegerRangeValueType DocumentRoot.getPriority()
          Returns the value of the 'Priority' containment reference
 IntegerRangeValueType QueueType.getRunningJobs()
          Returns the value of the 'Running Jobs' containment reference
 IntegerRangeValueType DocumentRoot.getRunningJobs()
          Returns the value of the 'Running Jobs' containment reference
 

Methods in eu.geclipse.batch.model.qdl with parameters of type IntegerRangeValueType
 void QueueType.setAssignedResources(IntegerRangeValueType value)
          Sets the value of the 'Assigned Resources' containment reference
 void DocumentRoot.setAssignedResources(IntegerRangeValueType value)
          Sets the value of the 'Assigned Resources' containment reference
 void QueueType.setJobsInQueue(IntegerRangeValueType value)
          Sets the value of the 'Jobs In Queue' containment reference
 void DocumentRoot.setJobsInQueue(IntegerRangeValueType value)
          Sets the value of the 'Jobs In Queue' containment reference
 void QueueType.setPriority(IntegerRangeValueType value)
          Sets the value of the 'Priority' containment reference
 void DocumentRoot.setPriority(IntegerRangeValueType value)
          Sets the value of the 'Priority' containment reference
 void QueueType.setRunningJobs(IntegerRangeValueType value)
          Sets the value of the 'Running Jobs' containment reference
 void DocumentRoot.setRunningJobs(IntegerRangeValueType value)
          Sets the value of the 'Running Jobs' containment reference
 

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

Classes in eu.geclipse.batch.model.qdl.impl that implement IntegerRangeValueType
 class IntegerRangeValueTypeImpl
          An implementation of the model object 'Integer Range Value Type'
 

Methods in eu.geclipse.batch.model.qdl.impl that return IntegerRangeValueType
 IntegerRangeValueType QdlFactoryImpl.createIntegerRangeValueType()
           
 IntegerRangeValueType QueueTypeImpl.getAssignedResources()
           
 IntegerRangeValueType DocumentRootImpl.getAssignedResources()
           
 IntegerRangeValueType QueueTypeImpl.getJobsInQueue()
           
 IntegerRangeValueType DocumentRootImpl.getJobsInQueue()
           
 IntegerRangeValueType QueueTypeImpl.getPriority()
           
 IntegerRangeValueType DocumentRootImpl.getPriority()
           
 IntegerRangeValueType QueueTypeImpl.getRunningJobs()
           
 IntegerRangeValueType DocumentRootImpl.getRunningJobs()
           
 

Methods in eu.geclipse.batch.model.qdl.impl with parameters of type IntegerRangeValueType
 NotificationChain QueueTypeImpl.basicSetAssignedResources(IntegerRangeValueType newAssignedResources, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetAssignedResources(IntegerRangeValueType newAssignedResources, NotificationChain msgs)
           
 NotificationChain QueueTypeImpl.basicSetJobsInQueue(IntegerRangeValueType newJobsInQueue, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetJobsInQueue(IntegerRangeValueType newJobsInQueue, NotificationChain msgs)
           
 NotificationChain QueueTypeImpl.basicSetPriority(IntegerRangeValueType newPriority, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetPriority(IntegerRangeValueType newPriority, NotificationChain msgs)
           
 NotificationChain QueueTypeImpl.basicSetRunningJobs(IntegerRangeValueType newRunningJobs, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetRunningJobs(IntegerRangeValueType newRunningJobs, NotificationChain msgs)
           
 void QueueTypeImpl.setAssignedResources(IntegerRangeValueType newAssignedResources)
           
 void DocumentRootImpl.setAssignedResources(IntegerRangeValueType newAssignedResources)
           
 void QueueTypeImpl.setJobsInQueue(IntegerRangeValueType newJobsInQueue)
           
 void DocumentRootImpl.setJobsInQueue(IntegerRangeValueType newJobsInQueue)
           
 void QueueTypeImpl.setPriority(IntegerRangeValueType newPriority)
           
 void DocumentRootImpl.setPriority(IntegerRangeValueType newPriority)
           
 void QueueTypeImpl.setRunningJobs(IntegerRangeValueType newRunningJobs)
           
 void DocumentRootImpl.setRunningJobs(IntegerRangeValueType newRunningJobs)
           
 

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

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

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

Methods in eu.geclipse.batch.model.qdl.validation with parameters of type IntegerRangeValueType
 boolean QueueTypeValidator.validateAssignedResources(IntegerRangeValueType value)
           
 boolean DocumentRootValidator.validateAssignedResources(IntegerRangeValueType value)
           
 boolean QueueTypeValidator.validateJobsInQueue(IntegerRangeValueType value)
           
 boolean DocumentRootValidator.validateJobsInQueue(IntegerRangeValueType value)
           
 boolean QueueTypeValidator.validatePriority(IntegerRangeValueType value)
           
 boolean DocumentRootValidator.validatePriority(IntegerRangeValueType value)
           
 boolean QueueTypeValidator.validateRunningJobs(IntegerRangeValueType value)
           
 boolean DocumentRootValidator.validateRunningJobs(IntegerRangeValueType value)
           
 


g-Eclipse
Release 1.0.0