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.  
 StructureOfDataItem DataItem.getStructure()
          Returns an object giving the structure of this DataItem
 

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.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.