com.sas.iquery.metadata.business
Class ExportFilter

com.sas.iquery.metadata.business.ExportFilter

public class ExportFilter


Constructor Summary
ExportFilter(FilterItem filterItem)
           
 
Method Summary
 java.lang.String getID()
          Get Model ID of Filter
 java.lang.String getLabel()
          Get the Filter's label
 java.lang.String getText()
          Get the Filter's expression in text form:
 FilterItem getUnderlyingObject()
          Get the underlying FilterItem
 

Constructor Detail

ExportFilter

public ExportFilter(FilterItem filterItem)
Parameters:
dataItem -
Throws:
InvalidIDException
Method Detail

getID

public java.lang.String getID()
Get Model ID of Filter


getUnderlyingObject

public FilterItem getUnderlyingObject()
Get the underlying FilterItem


getText

public java.lang.String getText()
Get the Filter's expression in text form:


getLabel

public java.lang.String getLabel()
Get the Filter's label




Copyright © 2009 SAS Institute Inc. All Rights Reserved.