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.LocationInjector. m_Locationwhere to inject the string.Methods in adams.flow.control that return Injector.Location Modifier and Type Method Description Injector.LocationInjector. getLocation()Returns the location where to inject the data.static Injector.LocationInjector.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 voidInjector. setLocation(Injector.Location value)Sets the location where to inject the data.
-