oracle.dmt.odm.rule
Class BooleanPredicate

java.lang.Object
  |
  +--oracle.dmt.odm.rule.Predicate
        |
        +--oracle.dmt.odm.rule.BooleanPredicate

public class BooleanPredicate
extends Predicate

An instance of BooleanPredicate always returns the value TRUE.

Since:
9.2.0

Constructor Summary
BooleanPredicate()
          For internal use only
 
Method Summary
TypeMethod
 boolean getValue()
          Returns the value TRUE.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanPredicate

public BooleanPredicate()
For internal use only
Method Detail

getValue

public boolean getValue()
Returns the value TRUE.
Returns:
Category[] - array of category values