org.eml.MMAX2.annotation.query
Class MMAX2MatchingCriterion

java.lang.Object
  extended by 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
 
Method Summary
 void addValue(java.lang.String _value)
           
 java.lang.String getAttributeName()
           
 int getAttributeType()
           
 boolean getNegated()
           
 boolean getRegExpMatch()
           
 int getSize()
           
 java.lang.String getValue(int z)
           
 boolean isMatchAll()
           
 void setMatchAll()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MMAX2MatchingCriterion

public MMAX2MatchingCriterion(java.lang.String _attributeName,
                              int _attributeType,
                              boolean _negated,
                              boolean _regExpMatch)
Creates new MMAX2MatchingCriterion

Method Detail

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()