org.eml.MMAX2.annotation.query
Class MMAX2MatchingCriterion
java.lang.Object
org.eml.MMAX2.annotation.query.MMAX2MatchingCriterion
public class MMAX2MatchingCriterion
- extends java.lang.Object
Constructor Summary |
MMAX2MatchingCriterion(java.lang.String _attributeName,
int _attributeType,
boolean _negated,
boolean _regExpMatch)
Creates new MMAX2MatchingCriterion |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MMAX2MatchingCriterion
public MMAX2MatchingCriterion(java.lang.String _attributeName,
int _attributeType,
boolean _negated,
boolean _regExpMatch)
- Creates new MMAX2MatchingCriterion
setMatchAll
public void setMatchAll()
isMatchAll
public boolean isMatchAll()
addValue
public final void addValue(java.lang.String _value)
getSize
public final int getSize()
getAttributeName
public final java.lang.String getAttributeName()
getValue
public final java.lang.String getValue(int z)
getAttributeType
public final int getAttributeType()
getNegated
public final boolean getNegated()
getRegExpMatch
public final boolean getRegExpMatch()