Package | Description |
---|---|
com.itnsa.gestion.batch.constantes |
Modifier and Type | Method and Description |
---|---|
static BatchStatus |
BatchStatus.match(String value)
Find a BatchStatus that matches the beginning of the given value.
|
static BatchStatus |
BatchStatus.max(BatchStatus status1,
BatchStatus status2) |
BatchStatus |
BatchStatus.upgradeTo(BatchStatus other)
Method used to move status values through their logical progression, and
override less severe failures with more severe ones.
|
static BatchStatus |
BatchStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchStatus[] |
BatchStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BatchStatus.isGreaterThan(BatchStatus other) |
boolean |
BatchStatus.isLessThan(BatchStatus other) |
boolean |
BatchStatus.isLessThanOrEqualTo(BatchStatus other) |
static BatchStatus |
BatchStatus.max(BatchStatus status1,
BatchStatus status2) |
BatchStatus |
BatchStatus.upgradeTo(BatchStatus other)
Method used to move status values through their logical progression, and
override less severe failures with more severe ones.
|
Copyright © 2016. All rights reserved.