Uses of Class
com.sas.iquery.metadata.business.StructureOfDataItem

Packages that use StructureOfDataItem
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. 
 

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

Fields in com.sas.iquery.metadata.business declared as StructureOfDataItem
static StructureOfDataItem StructureOfDataItem.STRUCTURE_CALCULATED_MEMBER
          The STRUCTURE_CALCULATED_MEMBER type indicates this DataItem can be categorized as a Member.
static StructureOfDataItem StructureOfDataItem.STRUCTURE_COLUMN
          The STRUCTURE_COLUMN type indicates this DataItem can be categorized as a Column.
static StructureOfDataItem StructureOfDataItem.STRUCTURE_DIMENSION
          The STRUCTURE_DIMENSION type indicates this DataItem can be categorized as a Dimension.
static StructureOfDataItem StructureOfDataItem.STRUCTURE_HIERARCHY
          The STRUCTURE_HIERARCHY type indicates this DataItem can be categorized as a Hierarchy.
static StructureOfDataItem StructureOfDataItem.STRUCTURE_LEVEL
          The STRUCTURE_LEVEL type indicates this DataItem can be categorized as a Level.
static StructureOfDataItem StructureOfDataItem.STRUCTURE_MEASURE
          The STRUCTURE_MEASURE type indicates this DataItem can be categorized as a Measure.
static StructureOfDataItem StructureOfDataItem.STRUCTURE_NAMED_SET
          The STRUCTURE_NAMED_SET type indicates this DataItem can be categorized as a Set.
 

Methods in com.sas.iquery.metadata.business that return StructureOfDataItem
static StructureOfDataItem StructureOfDataItem.consumeValue(com.sas.iquery.metadata.business.impl.AttributesProvider attrsHolder, java.lang.String attrName, StructureOfDataItem defaultValue)
          IQ-use only -- do not call.
static StructureOfDataItem StructureOfDataItem.fromPersistentForm(java.lang.String persistentForm)
          IQ-use only method -- do not call.
static StructureOfDataItem StructureOfDataItem.fromPersistentFormV2(java.lang.String attrName, java.lang.String persistentForm)
          IQ-use only -- do not call.
static StructureOfDataItem StructureOfDataItem.fromString(java.lang.String persistentForm)
          Deprecated.  
abstract  StructureOfDataItem DataItem.getStructure()
          Returns an object giving the structure of this DataItem
 

Methods in com.sas.iquery.metadata.business that return types with arguments of type StructureOfDataItem
 java.util.Enumeration<StructureOfDataItem> StructureOfDataItem.enumerateSiblings()
          IQ-use only -- do not call.
static java.util.Enumeration<StructureOfDataItem> StructureOfDataItem.enumeration()
          IQ-use only -- do not call.
 

Methods in com.sas.iquery.metadata.business with parameters of type StructureOfDataItem
static StructureOfDataItem StructureOfDataItem.consumeValue(com.sas.iquery.metadata.business.impl.AttributesProvider attrsHolder, java.lang.String attrName, StructureOfDataItem defaultValue)
          IQ-use only -- do not call.
 

Method parameters in com.sas.iquery.metadata.business with type arguments of type StructureOfDataItem
static DataSelection DataSelectionFactory.newSampleDataSelection(BusinessModel rootBusinessModel, java.util.Map<StructureOfDataItem,java.lang.Integer> maxElements)
          This method is similar to the default DataSelectionFactory method except that it automatically adds ResultItems to create a sample.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.