Package oracle.olapi.metadata.mapping

Examples of oracle.olapi.metadata.mapping.AttributeMap


        // Make the attribute visible on the dimension.
        dimension.setValueDescriptionAttribute(chanLongDescAttr);
       
        // Create an attribute map for the Long Description attribute.
        AttributeMap attrMapLong = mdmDimLevelMemListMap.findOrCreateAttributeMap(chanLongDescAttr);
  
        // Create an expression for the attribute map.
        Expression lDescColExp = (Expression)SyntaxObject.fromSyntax(level.getTableColumnId(),metadataProvider);
        attrMapLong.setExpression(lDescColExp);
        i++;
      }
  }
View Full Code Here

TOP

Related Classes of oracle.olapi.metadata.mapping.AttributeMap

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.