Uses of Class
adams.flow.transformer.WekaExtractArray.ExtractionType
-
Packages that use WekaExtractArray.ExtractionType Package Description adams.flow.transformer -
-
Uses of WekaExtractArray.ExtractionType in adams.flow.transformer
Fields in adams.flow.transformer declared as WekaExtractArray.ExtractionType Modifier and Type Field Description protected WekaExtractArray.ExtractionType
WekaExtractArray. m_Type
the type of extraction.Methods in adams.flow.transformer that return WekaExtractArray.ExtractionType Modifier and Type Method Description WekaExtractArray.ExtractionType
WekaExtractArray. getType()
Returns the type of extraction to perform.static WekaExtractArray.ExtractionType
WekaExtractArray.ExtractionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WekaExtractArray.ExtractionType[]
WekaExtractArray.ExtractionType. 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 WekaExtractArray.ExtractionType Modifier and Type Method Description void
WekaExtractArray. setType(WekaExtractArray.ExtractionType value)
Sets the type of extraction to perform.
-