Examples of OCAllowedLength


Examples of com.ipc.oce.varset.OCAllowedLength

   * Содержит вариант ограничения длины строки.
   * @return
   * @throws JIException
   */
  public OCAllowedLength getAllowedLength() throws JIException {
    return new OCAllowedLength(get("AllowedLength"));
  }
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.