Uses of Class
actuator.AbstractActuator.Type
-
Packages that use AbstractActuator.Type Package Description actuator -
-
Uses of AbstractActuator.Type in actuator
Methods in actuator that return AbstractActuator.Type Modifier and Type Method Description abstract AbstractActuator.TypeAbstractActuator. getType()AbstractActuator.TypeActuatorSignal. getType()static AbstractActuator.TypeAbstractActuator.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractActuator.Type[]AbstractActuator.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-