|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueueStatusEnumeration | |
|---|---|
| eu.geclipse.batch.model.qdl | |
| eu.geclipse.batch.model.qdl.impl | |
| eu.geclipse.batch.model.qdl.validation | |
| Uses of QueueStatusEnumeration in eu.geclipse.batch.model.qdl |
|---|
| Fields in eu.geclipse.batch.model.qdl with type parameters of type QueueStatusEnumeration | |
|---|---|
static java.util.List<QueueStatusEnumeration> |
QueueStatusEnumeration.VALUES
A public read-only list of all the 'Queue Status Enumeration' enumerators |
| Methods in eu.geclipse.batch.model.qdl that return QueueStatusEnumeration | |
|---|---|
static QueueStatusEnumeration |
QueueStatusEnumeration.get(int value)
Returns the 'Queue Status Enumeration' literal with the specified integer value |
static QueueStatusEnumeration |
QueueStatusEnumeration.get(java.lang.String literal)
Returns the 'Queue Status Enumeration' literal with the specified literal value |
static QueueStatusEnumeration |
QueueStatusEnumeration.getByName(java.lang.String name)
Returns the 'Queue Status Enumeration' literal with the specified name |
QueueStatusEnumeration |
QueueType.getQueueStatus()
Returns the value of the 'Queue Status' attribute. |
QueueStatusEnumeration |
DocumentRoot.getQueueStatus()
Returns the value of the 'Queue Status' attribute. |
static QueueStatusEnumeration |
QueueStatusEnumeration.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QueueStatusEnumeration[] |
QueueStatusEnumeration.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 QueueStatusEnumeration | |
|---|---|
void |
QueueType.setQueueStatus(QueueStatusEnumeration value)
Sets the value of the ' Queue Status' attribute |
void |
DocumentRoot.setQueueStatus(QueueStatusEnumeration value)
Sets the value of the ' Queue Status' attribute |
| Uses of QueueStatusEnumeration in eu.geclipse.batch.model.qdl.impl |
|---|
| Methods in eu.geclipse.batch.model.qdl.impl that return QueueStatusEnumeration | |
|---|---|
QueueStatusEnumeration |
QdlFactoryImpl.createQueueStatusEnumerationFromString(EDataType eDataType,
java.lang.String initialValue)
|
QueueStatusEnumeration |
QdlFactoryImpl.createQueueStatusEnumerationObjectFromString(EDataType eDataType,
java.lang.String initialValue)
|
QueueStatusEnumeration |
QueueTypeImpl.getQueueStatus()
|
QueueStatusEnumeration |
DocumentRootImpl.getQueueStatus()
|
| Methods in eu.geclipse.batch.model.qdl.impl with parameters of type QueueStatusEnumeration | |
|---|---|
void |
QueueTypeImpl.setQueueStatus(QueueStatusEnumeration newQueueStatus)
|
void |
DocumentRootImpl.setQueueStatus(QueueStatusEnumeration newQueueStatus)
|
| Uses of QueueStatusEnumeration in eu.geclipse.batch.model.qdl.validation |
|---|
| Methods in eu.geclipse.batch.model.qdl.validation with parameters of type QueueStatusEnumeration | |
|---|---|
boolean |
QueueTypeValidator.validateQueueStatus(QueueStatusEnumeration value)
|
boolean |
DocumentRootValidator.validateQueueStatus(QueueStatusEnumeration value)
|
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||