Classes | |
| class | StateClazz |
Public Member Functions | |
| int | sortOrder () |
| State (String value, String name, int sortOrder) | |
| String | textDescription () |
Static Public Member Functions | |
| static State | state (String key) |
Static Public Attributes | |
| static State | ANALYZE = new State("anzl", "Analyze", 1) |
| static State | BUILD = new State("buld", "Build", 2) |
| static final StateClazz | clazz = new StateClazz() |
| static State | CLOSED = new State("clsd", "Closed", 5) |
| static State | DOCUMENT = new State("dcmt", "Document", 4) |
| static State | VERIFY = new State("vrfy", "Verify", 3) |
Static Package Attributes | |
| static final Logger | log = Logger.getLogger(State.class) |
Private Attributes | |
| int | _sortOrder |
| int sortOrder | ( | ) |
Reimplemented from ERXConstant.StringConstant.
| String textDescription | ( | ) |
int _sortOrder [private] |
Reimplemented from ERXConstant.StringConstant.
final StateClazz clazz = new StateClazz() [static] |
final Logger log = Logger.getLogger(State.class) [static, package] |
1.5.8