Class XItemConditionProperty

    • Constructor Detail

      • XItemConditionProperty

        public XItemConditionProperty​(String property,
                                      String matchRegEx)
      • XItemConditionProperty

        public XItemConditionProperty​(String property,
                                      String matchRegEx,
                                      boolean shouldMatch)
    • Method Detail

      • getProperty

        public String getProperty()
      • setProperty

        public void setProperty​(String property)
      • isShouldMatch

        public boolean isShouldMatch()
      • setShouldMatch

        public void setShouldMatch​(boolean shouldMatch)
      • getMatchString

        public String getMatchString()
      • setMatchString

        public void setMatchString​(String matchString)