Uses of Class
adams.flow.core.RatMode
-
Packages that use RatMode Package Description adams.flow.core adams.flow.standalone -
-
Uses of RatMode in adams.flow.core
Methods in adams.flow.core that return RatMode Modifier and Type Method Description static RatMode
RatMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static RatMode[]
RatMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RatMode in adams.flow.standalone
Fields in adams.flow.standalone declared as RatMode Modifier and Type Field Description protected RatMode
Rat. m_Mode
the mode.Methods in adams.flow.standalone that return RatMode Modifier and Type Method Description RatMode
Rat. getMode()
Returns the mode the Rat is run in.Methods in adams.flow.standalone with parameters of type RatMode Modifier and Type Method Description void
Rat. setMode(RatMode value)
Sets the mode the Rat is run in.
-