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