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