Interface AttributeCondition


public interface AttributeCondition
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    check(String attributeName, Object attributeValue)
     
  • Method Details

    • check

      boolean check(String attributeName, Object attributeValue)