| Package | Description |
|---|---|
| org.josef.science.physics |
Physics related Classes.
|
| org.josef.web.jsf.beans.test |
JSF Managed Beans for Testing.
|
| Modifier and Type | Method and Description |
|---|---|
static Phase |
Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Phase[] |
Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Phase.Transition |
Phase.Transition.from(Phase from,
Phase to)
Gets the transition from the supplied phase, to the supplied phase.
|
| Modifier and Type | Method and Description |
|---|---|
Phase |
EnumConverterTestBean.getPhase()
Gets the phase.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnumConverterTestBean.setPhase(Phase phase)
Sets the phase.
|
Copyright © 2008–2018. All rights reserved.