com.iphrase.runtime.query.constraint
Class Taxonomy.NotStartsWith

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

public static class Taxonomy.NotStartsWith
extends Taxonomy

Constrain a feature to not start with a particular taxonomy value.


Inner classes inherited from class com.iphrase.runtime.query.constraint.Taxonomy
Taxonomy.Contains, Taxonomy.NotContains, Taxonomy.NotStartsWith, Taxonomy.StartsWith
 
Inner classes inherited from class com.iphrase.runtime.query.constraint.Constraint
Constraint.Flags
 
Constructor Summary
Taxonomy.NotStartsWith(java.lang.String feature, java.lang.String[] value)
          Construct a Taxonomy.NotStartsWith constraint.
 
Methods inherited from class com.iphrase.runtime.query.constraint.Taxonomy
getConstraintSubType, getDisplayPrefix, getValue, matches, newInstance, toString
 
Methods inherited from class com.iphrase.runtime.query.constraint.Constraint
clearExplicit, clearHidden, clearNew, clearNotSerialized, clearPrePruned, clearRequired, clearState, equals, getConstraintLabel, 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

Taxonomy.NotStartsWith

public Taxonomy.NotStartsWith(java.lang.String feature,
                              java.lang.String[] value)
Construct a Taxonomy.NotStartsWith constraint.
Parameters:
feature - String id of constrained feature
value - String array of taxonomy components

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