com.iphrase.runtime.query.constraint
Class Enumerated.NotInList

java.lang.Object
  |
  +--com.iphrase.runtime.query.Feature
        |
        +--com.iphrase.runtime.query.constraint.Constraint
              |
              +--com.iphrase.runtime.query.constraint.Enumerated
                    |
                    +--com.iphrase.runtime.query.constraint.Enumerated.NotInList
Enclosing class:
Enumerated

public static class Enumerated.NotInList
extends Enumerated

Constrain a feature to be not within a list of enumerated values.


Inner classes inherited from class com.iphrase.runtime.query.constraint.Enumerated
Enumerated.Equals, Enumerated.InList, Enumerated.NotEquals, Enumerated.NotInList
 
Inner classes inherited from class com.iphrase.runtime.query.constraint.Constraint
Constraint.Flags
 
Constructor Summary
Enumerated.NotInList(java.lang.String feature, java.util.List values)
          Construct an Enumerated.NotInList constraint.
Enumerated.NotInList(java.lang.String feature, java.lang.String[] values)
          Construct an Enumerated.NotInList constraint.
 
Methods inherited from class com.iphrase.runtime.query.constraint.Enumerated
getConstraintSubType, getValue, matches, newInstance, toString
 
Methods inherited from class com.iphrase.runtime.query.constraint.Constraint
clearExplicit, clearHidden, clearNew, clearNotSerialized, clearPrePruned, clearRequired, clearState, equals, getConstraintLabel, getDisplayPrefix, getIsMentions, getState, getType, isExplicit, isHidden, isMentions, isNew, isNotSerialized, isPrePruned, isRangeConstraintType, isRequired, newInstance, newInstance, setExplicit, setHidden, setHidden, setNew, setNotSerialized, setPrePruned, setRequired, setState
 
Methods inherited from class com.iphrase.runtime.query.Feature
getId
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Enumerated.NotInList

public Enumerated.NotInList(java.lang.String feature,
                            java.util.List values)
Construct an Enumerated.NotInList constraint.
Parameters:
feature - String id of constrained feature
values - List of enumerated String values

Enumerated.NotInList

public Enumerated.NotInList(java.lang.String feature,
                            java.lang.String[] values)
Construct an Enumerated.NotInList constraint.
Parameters:
feature - String id of constrained feature
values - String array of enumerated values

© Copyright 2005, 2006. IBM Corporation. All rights reserved.