Uses of Class
adams.flow.transformer.SpreadSheetInfo.InfoType
-
Packages that use SpreadSheetInfo.InfoType Package Description adams.flow.transformer -
-
Uses of SpreadSheetInfo.InfoType in adams.flow.transformer
Fields in adams.flow.transformer declared as SpreadSheetInfo.InfoType Modifier and Type Field Description protected SpreadSheetInfo.InfoType
SpreadSheetInfo. m_Type
the type of information to generate.Methods in adams.flow.transformer that return SpreadSheetInfo.InfoType Modifier and Type Method Description SpreadSheetInfo.InfoType
SpreadSheetInfo. getType()
Returns the type of information to generate.SpreadSheetInfo.InfoType
SpreadSheetInfo.InfoType. parse(String s)
Parses the given string and returns the associated enum.static SpreadSheetInfo.InfoType
SpreadSheetInfo.InfoType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpreadSheetInfo.InfoType[]
SpreadSheetInfo.InfoType. 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 SpreadSheetInfo.InfoType Modifier and Type Method Description void
SpreadSheetInfo. setType(SpreadSheetInfo.InfoType value)
Sets the type of information to generate.
-