Class SearchCriteria.PropertyMatchClause
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.MatchClause
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.PropertyMatchClause
- All Implemented Interfaces:
Serializable
- Enclosing class:
SearchCriteria
@JsonObject("PropertyMatchClause")
public static class SearchCriteria.PropertyMatchClause
extends SearchCriteria.MatchClause
A MatchClause for checking that a property equals a desired value.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPropertyMatchClause(String propertyCode, String desiredValue) Factory method to create a MatchClause matching against a specific property. -
Method Summary
Modifier and TypeMethodDescriptionReturn the code of the property to compare against.Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.MatchClause
createAnyFieldMatch, createAnyPropertyMatch, createAttributeMatch, createPropertyMatch, createTimeAttributeMatch, equals, escape, getCompareMode, getDesiredValue, getFieldCode, getFieldType, hashCode, toString
-
Constructor Details
-
PropertyMatchClause
Factory method to create a MatchClause matching against a specific property.- Parameters:
propertyCode- The property to compare against.desiredValue- The desired value of the property.
-
-
Method Details
-
getPropertyCode
Return the code of the property to compare against.
-