Uses of Class
adams.flow.control.Injector.DataType
-
Packages that use Injector.DataType Package Description adams.flow.control -
-
Uses of Injector.DataType in adams.flow.control
Fields in adams.flow.control declared as Injector.DataType Modifier and Type Field Description protected Injector.DataTypeInjector. m_Typethe data to inject.Methods in adams.flow.control that return Injector.DataType Modifier and Type Method Description Injector.DataTypeInjector. getType()Returns the type of data to inject.static Injector.DataTypeInjector.DataType. valueOf(String name)Returns the enum constant of this type with the specified name.static Injector.DataType[]Injector.DataType. 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.DataType Modifier and Type Method Description voidInjector. setType(Injector.DataType value)Sets the type of data to inject.
-