Class SearchCriteria.AttributeMatchClause
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.MatchClause
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.AttributeMatchClause
- All Implemented Interfaces:
Serializable
- Enclosing class:
SearchCriteria
@JsonObject("AttributeMatchClause")
public static class SearchCriteria.AttributeMatchClause
extends SearchCriteria.MatchClause
A MatchClause for checking that an attribute equals a desired value.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAttributeMatchClause(SearchCriteria.MatchClauseAttribute attribute, String desiredValue) Factory method to create a MatchClause matching on a specific attribute. -
Method Summary
Modifier and TypeMethodDescriptionReturn the code of the attribute 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
-
Method Details
-
getAttribute
Return the code of the attribute to compare against.
-