Uses of Enum Class
net.solarnetwork.central.dao.ObjectCriteria.MatchType
Packages that use ObjectCriteria.MatchType
-
Uses of ObjectCriteria.MatchType in net.solarnetwork.central.dao
Methods in net.solarnetwork.central.dao that return ObjectCriteria.MatchTypeModifier and TypeMethodDescriptionObjectCriteria.getSimpleMatchType()Get the simple filter match type.static ObjectCriteria.MatchTypeReturns the enum constant of this class with the specified name.static ObjectCriteria.MatchType[]ObjectCriteria.MatchType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ObjectCriteria.MatchType in net.solarnetwork.central.support
Methods in net.solarnetwork.central.support that return ObjectCriteria.MatchTypeModifier and TypeMethodDescriptionObjectSearchFilter.getMode()ObjectSearchFilters.getSimpleMatchType()Methods in net.solarnetwork.central.support with parameters of type ObjectCriteria.MatchTypeModifier and TypeMethodDescriptionvoidObjectSearchFilters.addObjectSearchFilter(T filter, ObjectCriteria.MatchType mode, ObjectCriteria.JoinType joinType) Add a new ObjectSearchFilter to this object.Constructors in net.solarnetwork.central.support with parameters of type ObjectCriteria.MatchTypeModifierConstructorDescriptionObjectSearchFilter(T filter, ObjectCriteria.MatchType mode, ObjectCriteria.JoinType joinType) Constructor.