Uses of Class
adams.flow.transformer.StringReplace.ReplaceType
-
Packages that use StringReplace.ReplaceType Package Description adams.flow.transformer -
-
Uses of StringReplace.ReplaceType in adams.flow.transformer
Fields in adams.flow.transformer declared as StringReplace.ReplaceType Modifier and Type Field Description protected StringReplace.ReplaceType
StringReplace. m_ReplaceType
how to replace the occurrences.Methods in adams.flow.transformer that return StringReplace.ReplaceType Modifier and Type Method Description StringReplace.ReplaceType
StringReplace. getReplaceType()
Returns the type of replacement.static StringReplace.ReplaceType
StringReplace.ReplaceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static StringReplace.ReplaceType[]
StringReplace.ReplaceType. 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 StringReplace.ReplaceType Modifier and Type Method Description void
StringReplace. setReplaceType(StringReplace.ReplaceType value)
Sets how to replace the strings.
-