Uses of Interface
com.sas.storage.olap.PropertyInterface

Packages that use PropertyInterface
com.sas.dataselectors.filters Provides adapter components used to convert native models to models which can then be used with filter components. 
com.sas.storage.olap Provides a set of interfaces for accessing OLAP data. 
com.sas.storage.olap.sasmdx Provides a set of classes for accessing OLAP data from the SAS OLAP Server. 
 

Uses of PropertyInterface in com.sas.dataselectors.filters
 

Methods in com.sas.dataselectors.filters that return PropertyInterface
 PropertyInterface MemberPropertyQualifierData.getProperty()
           
 

Methods in com.sas.dataselectors.filters with parameters of type PropertyInterface
static java.lang.String MemberPropertyQualifierData.createLabel(LevelInterface level, PropertyInterface property)
           
static java.lang.String MemberPropertyQualifierData.createLabel(LevelInterface level, PropertyInterface property, java.util.Locale locale)
           
 void MemberPropertyQualifierData.setProperty(PropertyInterface property)
           
 

Constructors in com.sas.dataselectors.filters with parameters of type PropertyInterface
MemberPropertyQualifierData(com.sas.iquery.metadata.business.DataItem diSource, LevelInterface level, PropertyInterface prop)
          Create a new data object from the given source, level, and property.
MemberPropertyQualifierData(com.sas.iquery.metadata.business.DataItem diSource, PropertyInterface prop)
          Create a new data object from the given source and property.
 

Uses of PropertyInterface in com.sas.storage.olap
 

Methods in com.sas.storage.olap that return PropertyInterface
 PropertyInterface[] MemberInterface.getProperties()
          Returns the properties associated with this member.
 PropertyInterface[] LevelInterface.getProperties()
          Returns the properties associated with this level.
 PropertyInterface[] MetadataInterface.getProperties(Filter filter)
          Returns the properties with the appropriate restrictions
 PropertyInterface MetadataInterface.getProperty(Filter filter)
          Returns the property with the appropriate restrictions
 

Uses of PropertyInterface in com.sas.storage.olap.sasmdx
 

Classes in com.sas.storage.olap.sasmdx that implement PropertyInterface
 class Property
          Contains the client side implementation for com.sas.storage.olap.PropertyInterface.
 

Fields in com.sas.storage.olap.sasmdx declared as PropertyInterface
protected  PropertyInterface[] Member.properties
           
protected  PropertyInterface[] Level.properties
           
 

Methods in com.sas.storage.olap.sasmdx that return PropertyInterface
 PropertyInterface[] Member.getProperties()
           
 PropertyInterface[] Level.getProperties()
          Get the properties associated with this level
 PropertyInterface[] Metadata.getProperties(Filter filter)
          Returns the properties with the appropriate restrictions
 PropertyInterface Metadata.getProperty(Filter filter)
          Returns the properties with the appropriate restrictions
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.