|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.NotEquals
Constrain a feature to be not equal to a particular enumerated value.
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.NotEquals(java.lang.String feature,
java.lang.String value)
Construct an Enumerated.NotEquals 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 |
public Enumerated.NotEquals(java.lang.String feature, java.lang.String value)
feature
- String
id of constrained featurevalue
- String
enumerated value
|
© Copyright 2005, 2006. IBM Corporation. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |