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.EngineTypeStopEngine. m_Typethe type.Methods in adams.scripting.command.basic that return StopEngine.EngineType Modifier and Type Method Description StopEngine.EngineTypeStopEngine. getType()Returns the type of engine to stop.static StopEngine.EngineTypeStopEngine.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 voidStopEngine. setType(StopEngine.EngineType value)Sets the type of engine to stop.
-