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.MatchingTypeDeleteVariable. m_Typehow to determine variables to delete.Methods in adams.flow.transformer that return DeleteVariable.MatchingType Modifier and Type Method Description DeleteVariable.MatchingTypeDeleteVariable. getType()Returns how to determine variables to delete.static DeleteVariable.MatchingTypeDeleteVariable.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 voidDeleteVariable. setType(DeleteVariable.MatchingType value)Sets how to determine variables to delete.
-