Uses of Class
adams.flow.transformer.SpreadSheetInsertRow.ValueType
-
Packages that use SpreadSheetInsertRow.ValueType Package Description adams.flow.transformer -
-
Uses of SpreadSheetInsertRow.ValueType in adams.flow.transformer
Fields in adams.flow.transformer declared as SpreadSheetInsertRow.ValueType Modifier and Type Field Description protected SpreadSheetInsertRow.ValueTypeSpreadSheetInsertRow. m_ValueTypethe value type.Methods in adams.flow.transformer that return SpreadSheetInsertRow.ValueType Modifier and Type Method Description SpreadSheetInsertRow.ValueTypeSpreadSheetInsertRow. getValueType()Returns how to interpret the value.static SpreadSheetInsertRow.ValueTypeSpreadSheetInsertRow.ValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static SpreadSheetInsertRow.ValueType[]SpreadSheetInsertRow.ValueType. 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 SpreadSheetInsertRow.ValueType Modifier and Type Method Description voidSpreadSheetInsertRow. setValueType(SpreadSheetInsertRow.ValueType value)Sets how to interpret the value.
-