public class Rule extends Object
Constructor and Description |
---|
Rule() |
public String getPattern()
public void setPattern(String pattern)
public String getEquals()
public void setEquals(String equals)
public String getDisjoint()
public void setDisjoint(String disjoint)
public Integer getMinCount()
public void setMinCount(int minCount)
public Integer getMaxCount()
public void setMaxCount(int maxCount)
public Integer getMinExclusive()
public void setMinExclusive(int minExclusive)
public Integer getMinInclusive()
public void setMinInclusive(int minInclusive)
public Integer getMaxExclusive()
public void setMaxExclusive(int maxExclusive)
public Integer getMaxInclusive()
public void setMaxInclusive(int maxInclusive)
public Integer getMinLength()
public void setMinLength(int minLength)
public Integer getMaxLength()
public void setMaxLength(int maxLength)
public Integer getLessThan()
public void setLessThan(int lessThan)
public Integer getLessThanOrEquals()
public void setLessThanOrEquals(int lessThanOrEquals)
public String getHasValue()
public void setHasValue(String hasValue)
Copyright © 2020. All rights reserved.