Uses of Class
adams.scripting.command.basic.StopEngine.EngineType
-
Packages that use StopEngine.EngineType Package Description adams.scripting.command.basic -
-
Uses of StopEngine.EngineType in adams.scripting.command.basic
Fields in adams.scripting.command.basic declared as StopEngine.EngineType Modifier and Type Field Description protected StopEngine.EngineType
StopEngine. m_Type
the type.Methods in adams.scripting.command.basic that return StopEngine.EngineType Modifier and Type Method Description StopEngine.EngineType
StopEngine. getType()
Returns the type of engine to stop.static StopEngine.EngineType
StopEngine.EngineType. valueOf(String name)
Returns the enum constant of this type with the specified name.static StopEngine.EngineType[]
StopEngine.EngineType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.scripting.command.basic with parameters of type StopEngine.EngineType Modifier and Type Method Description void
StopEngine. setType(StopEngine.EngineType value)
Sets the type of engine to stop.
-