|
Log4j 1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use State | |
---|---|
pl.psnc.expres.remote.helper | |
pl.psnc.expres.remote.protocol.notification |
Uses of State in pl.psnc.expres.remote.helper |
---|
Methods in pl.psnc.expres.remote.helper that return State | |
---|---|
static State |
NotificationHelper.getState(State xsdState)
Create new instance of State based on given xsd representation of
that class |
Methods in pl.psnc.expres.remote.helper with parameters of type State | |
---|---|
static void |
DebugHelper.debug(State cState)
Prints debug info about State |
static State |
NotificationHelper.getXsdState(State state)
Creates new instance of xsd representation of the given state enum |
Uses of State in pl.psnc.expres.remote.protocol.notification |
---|
Methods in pl.psnc.expres.remote.protocol.notification that return State | |
---|---|
static State |
State.getByName(java.lang.String name)
Get instance of this enun value by the given name |
static State |
State.getByNameKey(java.lang.String nameKey)
Get instance of this enun value by the given name key |
State |
Notification.getState()
Get value of field: state |
static State |
State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static State[] |
State.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in pl.psnc.expres.remote.protocol.notification with parameters of type State | |
---|---|
void |
Notification.setState(State state)
Set value of field: state |
|
Log4j 1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |