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.CutTypeStringCut. m_Typethe cut type.Methods in adams.flow.transformer that return StringCut.CutType Modifier and Type Method Description StringCut.CutTypeStringCut. getType()Returns the type of cut to perform.static StringCut.CutTypeStringCut.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 voidStringCut. setType(StringCut.CutType value)Sets the type of cut to perform.
-