Uses of Class
adams.flow.source.SelectDateTime.Type
-
Packages that use SelectDateTime.Type Package Description adams.flow.source -
-
Uses of SelectDateTime.Type in adams.flow.source
Fields in adams.flow.source declared as SelectDateTime.Type Modifier and Type Field Description protected SelectDateTime.Type
SelectDateTime. m_Type
the type of data to output.Methods in adams.flow.source that return SelectDateTime.Type Modifier and Type Method Description SelectDateTime.Type
SelectDateTime. getType()
Returns the type of data to output.static SelectDateTime.Type
SelectDateTime.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static SelectDateTime.Type[]
SelectDateTime.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.source with parameters of type SelectDateTime.Type Modifier and Type Method Description void
SelectDateTime. setType(SelectDateTime.Type value)
Sets the type of data to output.
-