Package com.ipc.oce.metadata.collection

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


    super(aDispatch);
  }

  public _OCMetadataObjectPropertyValueCollection getSubsystems()
      throws JIException {
    return new _OCMetadataObjectPropertyValueCollection(get("Subsystems"));
  }
View Full Code Here


   * @return
   * @throws JIException
   */
  public _OCMetadataObjectPropertyValueCollection getBasedOn() throws JIException{
    // TODO че-то непонятно как эту колекцию обходить
    return new _OCMetadataObjectPropertyValueCollection(get("BasedOn"));
  }
View Full Code Here

   *
   * @return
   * @throws JIException
   */
  public _OCMetadataObjectPropertyValueCollection getBasedOn() throws JIException {
    return new _OCMetadataObjectPropertyValueCollection(get("BasedOn"));
  }
View Full Code Here

TOP

Related Classes of com.ipc.oce.metadata.collection._OCMetadataObjectCollection

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.