Uses of Class
adams.flow.source.NewJsonStructure.JsonDataStructure
-
Packages that use NewJsonStructure.JsonDataStructure Package Description adams.flow.source -
-
Uses of NewJsonStructure.JsonDataStructure in adams.flow.source
Fields in adams.flow.source declared as NewJsonStructure.JsonDataStructure Modifier and Type Field Description protected NewJsonStructure.JsonDataStructure
NewJsonStructure. m_DataStructure
the data structure to create.Methods in adams.flow.source that return NewJsonStructure.JsonDataStructure Modifier and Type Method Description NewJsonStructure.JsonDataStructure
NewJsonStructure. getDataStructure()
Returns the type of data structure to create.static NewJsonStructure.JsonDataStructure
NewJsonStructure.JsonDataStructure. valueOf(String name)
Returns the enum constant of this type with the specified name.static NewJsonStructure.JsonDataStructure[]
NewJsonStructure.JsonDataStructure. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.source with parameters of type NewJsonStructure.JsonDataStructure Modifier and Type Method Description void
NewJsonStructure. setDataStructure(NewJsonStructure.JsonDataStructure value)
Sets the type of data structure to create.
-