Uses of Class
de.fraunhofer.iese.mydata.solution.State
-
Packages that use State Package Description de.fraunhofer.iese.mydata.solution -
-
Uses of State in de.fraunhofer.iese.mydata.solution
Methods in de.fraunhofer.iese.mydata.solution that return State Modifier and Type Method Description static State
State. valueOf(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.
-