Uses of Class
de.fraunhofer.iese.mydata.OperationalMode
-
Packages that use OperationalMode Package Description de.fraunhofer.iese.mydata -
-
Uses of OperationalMode in de.fraunhofer.iese.mydata
Methods in de.fraunhofer.iese.mydata that return OperationalMode Modifier and Type Method Description OperationalMode
IMyDataEnvironment. getOperationalMode()
Access to the instance'sOperationalMode
static OperationalMode
OperationalMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperationalMode[]
OperationalMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-