***  This class is subject to change   ***

com.sas.iquery.metadata.expr
Class ConditionalRelationType

java.lang.Object
  |
  +--com.sas.iquery.metadata.business.impl.AbstractEnumerationObject
        |
        +--com.sas.iquery.metadata.expr.ConditionalRelationType

public class ConditionalRelationType
extends AbstractEnumerationObject

Contains the types of conditional relations (AND and OR) that are used to create compound objects such as CompoundConditionalExpression objects, MultipleConditionalExpression objects, and CompoundFilter objects.


Field Summary
static ConditionalRelationType AND
          The "logical AND" relation type
static ConditionalRelationType OR
          The "logical OR" relation type
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AND

public static final ConditionalRelationType AND
The "logical AND" relation type

OR

public static final ConditionalRelationType OR
The "logical OR" relation type
Method Detail

***  This class is subject to change   ***




Copyright © 2005 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 16:04:10