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