Uses of Class
adams.flow.standalone.DeleteVariable.MatchingType
-
Packages that use DeleteVariable.MatchingType Package Description adams.flow.standalone -
-
Uses of DeleteVariable.MatchingType in adams.flow.standalone
Fields in adams.flow.standalone declared as DeleteVariable.MatchingType Modifier and Type Field Description protected DeleteVariable.MatchingTypeDeleteVariable. m_Typehow to determine variables to delete.Methods in adams.flow.standalone 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.standalone with parameters of type DeleteVariable.MatchingType Modifier and Type Method Description voidDeleteVariable. setType(DeleteVariable.MatchingType value)Sets how to determine variables to delete.
-