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.ExtractionTypeSpreadSheetExtractArray. m_Typethe type of extraction.Methods in adams.flow.transformer that return SpreadSheetExtractArray.ExtractionType Modifier and Type Method Description SpreadSheetExtractArray.ExtractionTypeSpreadSheetExtractArray. getType()Returns the type of extraction to perform.static SpreadSheetExtractArray.ExtractionTypeSpreadSheetExtractArray.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 voidSpreadSheetExtractArray. setType(SpreadSheetExtractArray.ExtractionType value)Sets the type of extraction to perform.
-