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