Package com.uic.ase.proj.xbn.array

Examples of com.uic.ase.proj.xbn.array.PASArrayProtector


  public abstract String getString(int i_dx);
  public abstract boolean isNull(int i_dx);

  public final PASArrayProtector getPASArrayProtector()  {
    return (new PASArrayProtector(this));
  }
View Full Code Here

TOP

Related Classes of com.uic.ase.proj.xbn.array.PASArrayProtector

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.