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