Interface AttributeCondition


  • public interface AttributeCondition
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean check​(java.lang.String attributeName, java.lang.Object attributeValue)  
    • Method Detail

      • check

        boolean check​(java.lang.String attributeName,
                      java.lang.Object attributeValue)