ch.systemsx.cisd.openbis.generic.shared.api.v1.dto
Class SearchCriteria.PropertyMatchClause

java.lang.Object
  extended by ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.MatchClause
      extended by ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.PropertyMatchClause
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SearchCriteria

@JsonObject(value="PropertyMatchClause")
public static class SearchCriteria.PropertyMatchClause
extends SearchCriteria.MatchClause

A MatchClause for checking that a property equals a desired value.

See Also:
Serialized Form

Method Summary
 java.lang.String getPropertyCode()
          Return the code of the property to compare against.
 
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.MatchClause
createAttributeMatch, createPropertyMatch, createTimeAttributeMatch, equals, escape, getCompareMode, getDesiredValue, getFieldType, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getPropertyCode

public java.lang.String getPropertyCode()
Return the code of the property to compare against.