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