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.DataType
Injector. m_Type
the data to inject.Methods in adams.flow.control that return Injector.DataType Modifier and Type Method Description Injector.DataType
Injector. getType()
Returns the type of data to inject.static Injector.DataType
Injector.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 void
Injector. setType(Injector.DataType value)
Sets the type of data to inject.
-