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