Examples of JIVariant


Examples of org.jinterop.dcom.core.JIVariant

   * @return Тип: Произвольный. Значение, полученное из строкового системного
   *         представления.
   * @throws JIException
   */
  public OCObject valueFromStringInternal(String s) throws JIException {
    JIVariant var = new JIVariant(s);
    return new OCObject(callMethodA("ValueFromStringInternal",
        new Object[] { var })[0]);
  }
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.