com.sas.iquery.metadata.expr
Class ConditionalRelationType
com.sas.iquery.metadata.expr.ConditionalRelationType
All Implemented Interfaces: com.sas.util.LocalizableToStringInterface
@SASScope(value="ALL")
@SubjectToChange
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.
AND
public static final ConditionalRelationType AND
The "logical AND" relation type
OR
public static final ConditionalRelationType OR
The "logical OR" relation type
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.LocalizableToStringInterfaceOverrides: toString in class com.sas.iquery.metadata.business.impl.AbstractEnumerationObject
See Also: LocalizableToStringInterface.toString(java.util.Locale)
Copyright © 2009 SAS Institute Inc. All Rights Reserved.