Package ojnipap

Examples of ojnipap.OPool


   * @param p Pool to convert
   * @return SQLData-compliant pool object
   */
  private static OPool toSQLObj(Pool p) {

    OPool sqlobj = new OPool();
    sqlobj.id = p.id;
    sqlobj.name = p.name;
    sqlobj.description = p.description;
    sqlobj.default_type = p.default_type;
    sqlobj.ipv4_default_prefix_length = p.ipv4_default_prefix_length;
View Full Code Here

TOP

Related Classes of ojnipap.OPool

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.