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.SourceTypeSetJsonValue. m_Typethe source type.Methods in adams.flow.transformer that return SetJsonValue.SourceType Modifier and Type Method Description SetJsonValue.SourceTypeSetJsonValue. getType()Returns the type of source.static SetJsonValue.SourceTypeSetJsonValue.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 voidSetJsonValue. setType(SetJsonValue.SourceType value)Sets the type of source.
-