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