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