***  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
 
Method Summary
 java.lang.String toString()
           
 java.lang.String toString(java.util.Locale locale)
           
 

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

toString

public java.lang.String toString()
Overrides:
toString in class com.sas.iquery.metadata.business.impl.AbstractEnumerationObject
See Also:
Object.toString()

toString

public java.lang.String toString(java.util.Locale locale)
Specified by:
toString in interface com.sas.util.LocalizableToStringInterface
Overrides:
toString in class com.sas.iquery.metadata.business.impl.AbstractEnumerationObject
See Also:
LocalizableToStringInterface.toString(java.util.Locale)

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.