Uses of Class
adams.flow.control.Injector.Location
-
Packages that use Injector.Location Package Description adams.flow.control -
-
Uses of Injector.Location in adams.flow.control
Fields in adams.flow.control declared as Injector.Location Modifier and Type Field Description protected Injector.Location
Injector. m_Location
where to inject the string.Methods in adams.flow.control that return Injector.Location Modifier and Type Method Description Injector.Location
Injector. getLocation()
Returns the location where to inject the data.static Injector.Location
Injector.Location. valueOf(String name)
Returns the enum constant of this type with the specified name.static Injector.Location[]
Injector.Location. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.control with parameters of type Injector.Location Modifier and Type Method Description void
Injector. setLocation(Injector.Location value)
Sets the location where to inject the data.
-