org.openmdx.base.accessor.jmi.spi
Class BooleanTypePredicate_1

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.BooleanTypePredicate_1
All Implemented Interfaces:
BooleanTypePredicate

public class BooleanTypePredicate_1
extends Object
implements BooleanTypePredicate

BooleanValuePredicate_1


Field Summary
protected  short quantor
           
 
Method Summary
 void equalTo(boolean operand)
          Matches if the attribute's value is equal to the operand.
 void isFalse()
          Matches if the attribute's value is false
 void isTrue()
          Matches if the attribute's value is true
protected  void refAddValue(short quantor, short operator, Collection values)
          Add a filter criterion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

quantor

protected final short quantor
Method Detail

equalTo

public void equalTo(boolean operand)
Description copied from interface: BooleanTypePredicate
Matches if the attribute's value is equal to the operand.

Specified by:
equalTo in interface BooleanTypePredicate

isFalse

public void isFalse()
Description copied from interface: BooleanTypePredicate
Matches if the attribute's value is false

Specified by:
isFalse in interface BooleanTypePredicate

isTrue

public void isTrue()
Description copied from interface: BooleanTypePredicate
Matches if the attribute's value is true

Specified by:
isTrue in interface BooleanTypePredicate

refAddValue

protected void refAddValue(short quantor,
                           short operator,
                           Collection values)
Add a filter criterion

Parameters:
quantor -
operator -
values -


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.