Uses of Class
org.jboss.hal.config.OperationMode
-
Packages that use OperationMode Package Description org.jboss.hal.config -
-
Uses of OperationMode in org.jboss.hal.config
Methods in org.jboss.hal.config that return OperationMode Modifier and Type Method Description OperationModeAbstractEnvironment. getOperationMode()OperationModeEnvironment. getOperationMode()static OperationModeOperationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationMode[]OperationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.hal.config with parameters of type OperationMode Modifier and Type Method Description voidAbstractEnvironment. setOperationMode(OperationMode operationMode)voidEnvironment. setOperationMode(OperationMode operationMode)
-