com.sas.dataselectors.filters
Interface FilterConditionListInterface

All Known Implementing Classes:
DefaultFilterConditionList

public interface FilterConditionListInterface

This defines an interface to retrieve a list of valid conditional operators


Method Summary
 java.util.List getConditionList()
          return List ( of FilterConditionInterface )
 java.lang.String getConditionListLabel()
          This call returns the 'label' or user displayable name for this list of conditions.
 

Method Detail

getConditionListLabel

java.lang.String getConditionListLabel()
This call returns the 'label' or user displayable name for this list of conditions. This might be the word 'Operation' to be generic or it could be customized to be a value specified by the client.

Returns:
String

getConditionList

java.util.List getConditionList()
return List ( of FilterConditionInterface )




Copyright © 2009 SAS Institute Inc. All Rights Reserved.