Uses of Class
adams.core.JsonDataType
-
Packages that use JsonDataType Package Description adams.core adams.flow.transformer -
-
Uses of JsonDataType in adams.core
Methods in adams.core that return JsonDataType Modifier and Type Method Description static JsonDataTypeJsonDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonDataType[]JsonDataType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JsonDataType in adams.flow.transformer
Fields in adams.flow.transformer declared as JsonDataType Modifier and Type Field Description protected JsonDataTypeGetJsonValue. m_DataTypethe output data type.Methods in adams.flow.transformer that return JsonDataType Modifier and Type Method Description JsonDataTypeGetJsonValue. getDataType()Returns the type of the value(s).Methods in adams.flow.transformer with parameters of type JsonDataType Modifier and Type Method Description voidGetJsonValue. setDataType(JsonDataType value)Sets the type of the value(s).
-