g-Eclipse
Release 1.0.0

Uses of Class
eu.geclipse.batch.model.qdl.QueueTypeEnumeration

Packages that use QueueTypeEnumeration
eu.geclipse.batch   
eu.geclipse.batch.model.qdl   
eu.geclipse.batch.model.qdl.impl   
eu.geclipse.batch.model.qdl.validation   
 

Uses of QueueTypeEnumeration in eu.geclipse.batch
 

Methods in eu.geclipse.batch with parameters of type QueueTypeEnumeration
 void BatchQueueDescription.queueType(QueueTypeEnumeration enumeration)
           
 

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

Fields in eu.geclipse.batch.model.qdl with type parameters of type QueueTypeEnumeration
static java.util.List<QueueTypeEnumeration> QueueTypeEnumeration.VALUES
          A public read-only list of all the 'Queue Type Enumeration' enumerators
 

Methods in eu.geclipse.batch.model.qdl that return QueueTypeEnumeration
static QueueTypeEnumeration QueueTypeEnumeration.get(int value)
          Returns the 'Queue Type Enumeration' literal with the specified integer value
static QueueTypeEnumeration QueueTypeEnumeration.get(java.lang.String literal)
          Returns the 'Queue Type Enumeration' literal with the specified literal value
static QueueTypeEnumeration QueueTypeEnumeration.getByName(java.lang.String name)
          Returns the 'Queue Type Enumeration' literal with the specified name
 QueueTypeEnumeration QueueType.getQueueType()
          Returns the value of the 'Queue Type' attribute.
 QueueTypeEnumeration DocumentRoot.getQueueType()
          Returns the value of the 'Queue Type' attribute.
static QueueTypeEnumeration QueueTypeEnumeration.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QueueTypeEnumeration[] QueueTypeEnumeration.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in eu.geclipse.batch.model.qdl with parameters of type QueueTypeEnumeration
 void QueueType.setQueueType(QueueTypeEnumeration value)
          Sets the value of the 'Queue Type' attribute
 void DocumentRoot.setQueueType(QueueTypeEnumeration value)
          Sets the value of the 'Queue Type' attribute
 

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

Methods in eu.geclipse.batch.model.qdl.impl that return QueueTypeEnumeration
 QueueTypeEnumeration QdlFactoryImpl.createQueueTypeEnumerationFromString(EDataType eDataType, java.lang.String initialValue)
           
 QueueTypeEnumeration QdlFactoryImpl.createQueueTypeEnumerationObjectFromString(EDataType eDataType, java.lang.String initialValue)
           
 QueueTypeEnumeration QueueTypeImpl.getQueueType()
           
 QueueTypeEnumeration DocumentRootImpl.getQueueType()
           
 

Methods in eu.geclipse.batch.model.qdl.impl with parameters of type QueueTypeEnumeration
 void QueueTypeImpl.setQueueType(QueueTypeEnumeration newQueueType)
           
 void DocumentRootImpl.setQueueType(QueueTypeEnumeration newQueueType)
           
 

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

Methods in eu.geclipse.batch.model.qdl.validation with parameters of type QueueTypeEnumeration
 boolean QueueTypeValidator.validateQueueType(QueueTypeEnumeration value)
           
 boolean DocumentRootValidator.validateQueueType(QueueTypeEnumeration value)
           
 


g-Eclipse
Release 1.0.0