Examples of OCMetadataDimensionCollection


Examples of com.ipc.oce.metadata.collection.OCMetadataDimensionCollection

   * Коллекция объектов метаданных, описывающих измерения данного объекта метаданных.
   * @return
   * @throws JIException
   */
  public OCMetadataDimensionCollection getDimensions() throws JIException {
    return new OCMetadataDimensionCollection(get("Dimensions"));
  }
View Full Code Here

Examples of com.ipc.oce.metadata.collection.OCMetadataDimensionCollection

   * Коллекция объектов метаданных, описывающих измерения данного объекта метаданных.
   * @return
   * @throws JIException
   */
  public OCMetadataDimensionCollection getDimensions() throws JIException{
    return new OCMetadataDimensionCollection(get("Dimensions"));
  }
View Full Code Here

Examples of com.ipc.oce.metadata.collection.OCMetadataDimensionCollection

   *
   * @return
   * @throws JIException
   */
  public OCMetadataDimensionCollection getDimensions() throws JIException {
    return new OCMetadataDimensionCollection(get("Dimensions"));
  }
View Full Code Here

Examples of com.ipc.oce.metadata.collection.OCMetadataDimensionCollection

   * Коллекция объектов метаданных, описывающих измерения данного объекта метаданных
   * @return
   * @throws JIException
   */
  public OCMetadataDimensionCollection getDimensions() throws JIException{
    return new OCMetadataDimensionCollection(get("Dimensions"));
  }
View Full Code Here

Examples of com.ipc.oce.metadata.collection.OCMetadataDimensionCollection

   * Коллекция объектов метаданных, описывающих измерения данного объекта метаданных.
   * @return
   * @throws JIException
   */
  public OCMetadataDimensionCollection getDimensions() throws JIException{
    return new OCMetadataDimensionCollection(get("Dimensions"));
  }
View Full Code Here

Examples of com.ipc.oce.metadata.collection.OCMetadataDimensionCollection

   *
   * @return
   * @throws JIException
   */
  public OCMetadataDimensionCollection getDimensions() throws JIException {
    return new OCMetadataDimensionCollection(get("Dimensions"));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.