com.sas.dataselectors.filters
Class ConditionalRelationType

com.sas.dataselectors.filters.ConditionalRelationType
All Implemented Interfaces:
java.io.Serializable

public class ConditionalRelationType
implements java.io.Serializable

Contains the types of conditional relations (e.g. AND, OR, etc.). This implementation is a slightly modified version of the one in the com.sas.iquery.metadata.expr package.

See Also:
Serialized Form

Field Summary
static ConditionalRelationType AND
          The "logical AND" relation type
static ConditionalRelationType OR
          The "logical OR" relation type
 
Method Summary
static ConditionalRelationType findType(java.lang.String name)
           
static java.util.List getAvailableTypes()
           
 java.lang.String getLabel()
           
 java.lang.String getLabel(java.util.Locale locale)
           
 java.lang.String toString()
           
 

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 java.lang.Object

getLabel

public java.lang.String getLabel()

getLabel

public java.lang.String getLabel(java.util.Locale locale)

findType

public static ConditionalRelationType findType(java.lang.String name)

getAvailableTypes

public static java.util.List getAvailableTypes()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.