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.Type
StringRangeCut. m_Type
what type of cutting to perform.Methods in adams.flow.transformer that return StringRangeCut.Type Modifier and Type Method Description StringRangeCut.Type
StringRangeCut. getType()
Returns the type of cut operation to perform.static StringRangeCut.Type
StringRangeCut.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 void
StringRangeCut. setType(StringRangeCut.Type value)
Sets the type of cut operation to perform.
-