Package oracle.olapi.metadata

Examples of oracle.olapi.metadata.MetadataObject


              getContext().getLevelByName(mdmShipmentsHier, "WAREHOUSE_AW");
       
    println("Getting the Type of an MdmSource.");
       
    // The following line is the code from the example.
    MetadataObject mdmWarehouseType = mdmWarehouse.getType();
       
    println(mdmWarehouseType.getID());
  }
View Full Code Here

TOP

Related Classes of oracle.olapi.metadata.MetadataObject

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.