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.MatchingType
DeleteVariable. m_Type
how to determine variables to delete.Methods in adams.flow.standalone 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.standalone with parameters of type DeleteVariable.MatchingType Modifier and Type Method Description void
DeleteVariable. setType(DeleteVariable.MatchingType value)
Sets how to determine variables to delete.
-