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.JsonDataStructureNewJsonStructure. m_DataStructurethe data structure to create.Methods in adams.flow.source that return NewJsonStructure.JsonDataStructure Modifier and Type Method Description NewJsonStructure.JsonDataStructureNewJsonStructure. getDataStructure()Returns the type of data structure to create.static NewJsonStructure.JsonDataStructureNewJsonStructure.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 voidNewJsonStructure. setDataStructure(NewJsonStructure.JsonDataStructure value)Sets the type of data structure to create.
-