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