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

com.sas.iquery.metadata.expr
Class ConditionalRelationType

com.sas.iquery.metadata.expr.ConditionalRelationType
All Implemented Interfaces:
com.sas.util.LocalizableToStringInterface

public class ConditionalRelationType

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
 

Field Detail

***  This field is subject to change.  ***

AND

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


***  This field is subject to change.  ***

OR

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


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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.