Uses of Interface
com.sas.iquery.metadata.expr.NonCalculatedValue

Packages that use NonCalculatedValue
com.sas.iquery.metadata.business The main package that provides modeling for SAS Query Services's two business models (information maps and data selections), which provide a logical layer of metadata modeling above the physical layer model. 
com.sas.iquery.metadata.business.step.olap Provides a set of modeled "step" operations that can be applied, in a particular order, to OLAP data items and business queries in order to filter the data that gets returned when business queries are executed. 
com.sas.iquery.metadata.expr Provides classes that are used to model expressions, which are used to compose data items and filters. 
 

Uses of NonCalculatedValue in com.sas.iquery.metadata.business
 

Subinterfaces of NonCalculatedValue in com.sas.iquery.metadata.business
 interface Prompt
          Enables you to specify portions of a business query at the time a query is run.
 

Uses of NonCalculatedValue in com.sas.iquery.metadata.business.step.olap
 

Methods in com.sas.iquery.metadata.business.step.olap that return types with arguments of type NonCalculatedValue
 java.util.List<NonCalculatedValue> DataItemMemberFilter.getMemberNames()
          This method returns the names of the members to be used for filtering.
 java.util.List<NonCalculatedValue> DataItemMemberPropertiesFilter.getRightExpression()
          Gets the right expression for this conditional expression.
 java.util.List<NonCalculatedValue> BusinessQueryDataBasedFilter.getRightExpression()
          Gets the right expression for this conditional expression.
 

Method parameters in com.sas.iquery.metadata.business.step.olap with type arguments of type NonCalculatedValue
 void DataItemMemberFilter.setMemberNames(java.util.List<? extends NonCalculatedValue> memberNames)
          This method defines the names of the members to use for filtering (always replace existing member names).
 void DataItemMemberFilter.setMemberNames(java.util.List<? extends NonCalculatedValue> memberNames, java.util.Locale locale)
          This method defines the names of the members to use for filtering (always replace existing member names).
 void DataItemMemberPropertiesFilter.setRightExpression(java.util.List<? extends NonCalculatedValue> values)
          Sets the right expression portion of the conditional expression.
 void BusinessQueryDataBasedFilter.setRightExpression(java.util.List<? extends NonCalculatedValue> values)
          Sets the right expression portion of the conditional expression.
 

Uses of NonCalculatedValue in com.sas.iquery.metadata.expr
 

Classes in com.sas.iquery.metadata.expr that implement NonCalculatedValue
 class ConstantExpression
          Specifies a constant value modeled as a string with an expression type.
 class ResourceAwareStringExpression
          Specifies a "string form" of an expression that provides support for identifying certain resources within the string syntax.
 class StringExpression
          Models expressions that are not modeled in more detail by other classes.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.