|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LifecycleState | |
---|---|
com.rapidtransform.admin.type | |
com.rapidtransform.part.model | |
com.rapidtransform.spec.model |
Uses of LifecycleState in com.rapidtransform.admin.type |
---|
Methods in com.rapidtransform.admin.type that return LifecycleState | |
---|---|
static LifecycleState |
LifecycleState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LifecycleState[] |
LifecycleState.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of LifecycleState in com.rapidtransform.part.model |
---|
Methods in com.rapidtransform.part.model that return LifecycleState | |
---|---|
LifecycleState |
Part.getState()
|
LifecycleState |
ApplicationContext.getState()
|
Methods in com.rapidtransform.part.model with parameters of type LifecycleState | |
---|---|
void |
Part.setState(LifecycleState state)
|
void |
ApplicationContext.setState(LifecycleState state)
|
Uses of LifecycleState in com.rapidtransform.spec.model |
---|
Methods in com.rapidtransform.spec.model that return LifecycleState | |
---|---|
LifecycleState |
Effectivity.getValidForState()
|
Methods in com.rapidtransform.spec.model with parameters of type LifecycleState | |
---|---|
void |
Effectivity.setValidForState(LifecycleState validForState)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |