Examples of PASString


Examples of com.uic.ase.proj.xbn.array.primitive.PASString

    <P>Get a new PASString representing the internally-held array of Objects (as Strings).</P>

    @return  <CODE>(new <A HREF="~JD~pass#pass(s[],b)~EJD~">PASString</A>((<A HREF="~JD~s~EJD~">String</A>[])[the internally-held array of Objects], <A HREF="#isLocked()">isLocked</A>()))</CODE>
   **/
  public final PASString getPASString()  {
    return (new PASString((String[])aObject, isLocked()));
  }
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.