com.iphrase.runtime.query.constraint
Class Text.EndsWith

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

public static class Text.EndsWith
extends Text

Constrain a feature to end with a particular text value.


Inner classes inherited from class com.iphrase.runtime.query.constraint.Text
Text.Contains, Text.EndsWith, Text.Equals, Text.StartsWith
 
Inner classes inherited from class com.iphrase.runtime.query.constraint.Constraint
Constraint.Flags
 
Constructor Summary
Text.EndsWith(java.lang.String feature, java.lang.String value)
          Construct a Text.EndsWith constraint.
 
Methods inherited from class com.iphrase.runtime.query.constraint.Text
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

Text.EndsWith

public Text.EndsWith(java.lang.String feature,
                     java.lang.String value)
Construct a Text.EndsWith constraint.
Parameters:
feature - String id of constrained feature
value - String value

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