Uses of Class
agents.plantOperator.renewable.Biogas.OperationMode
-
Packages that use Biogas.OperationMode Package Description agents.plantOperator.renewable -
-
Uses of Biogas.OperationMode in agents.plantOperator.renewable
Methods in agents.plantOperator.renewable that return Biogas.OperationMode Modifier and Type Method Description static Biogas.OperationMode
Biogas.OperationMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Biogas.OperationMode[]
Biogas.OperationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-