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.ValueType
SpreadSheetInsertRow. m_ValueType
the value type.Methods in adams.flow.transformer that return SpreadSheetInsertRow.ValueType Modifier and Type Method Description SpreadSheetInsertRow.ValueType
SpreadSheetInsertRow. getValueType()
Returns how to interpret the value.static SpreadSheetInsertRow.ValueType
SpreadSheetInsertRow.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 void
SpreadSheetInsertRow. setValueType(SpreadSheetInsertRow.ValueType value)
Sets how to interpret the value.
-