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

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


    <P>Create an PARIGoodUnq.</P>

    <P>Equal to <CODE><A HREF="~JD~parigu(pardnlgu,parod)~EJD~">PARIGoodUnq</A>((new <A HREF="~JD~pardnlgu#pardnlgu()~EJD~">PARDNLGoodUnq</A>()), par_orderDir)</CODE></P>
   **/
  public PARIGoodUnq(PAROrderDir par_orderDir)  {
    this((new PARDNLGoodUnq()), par_orderDir);
  }
View Full Code Here


    <P>Create an PARIGoodUnq.</P>

    <P>Equal to <CODE><A HREF="~JD~parigu(pardnlgu,parie)~EJD~">PARIGoodUnq</A>((new <A HREF="~JD~pardnlgu#pardnlgu()~EJD~">PARDNLGoodUnq</A>()), pari_element)</CODE></P>
   **/
  public PARIGoodUnq(PARIElement pari_element)  {
    this((new PARDNLGoodUnq()), pari_element);
  }
View Full Code Here

    <P>Create an PARIGoodUnq.</P>

    <P>Equal to <CODE><A HREF="~JD~parigu(pardnlgu,parod,parie)~EJD~">PARIGoodUnq</A>((new <A HREF="~JD~pardnlgu#pardnlgu()~EJD~">PARDNLGoodUnq</A>()), par_orderDir, pari_element)</CODE></P>
   **/
  public PARIGoodUnq(PAROrderDir par_orderDir, PARIElement pari_element)  {
    this((new PARDNLGoodUnq()), par_orderDir, pari_element);
  }
View Full Code Here

TOP

Related Classes of com.uic.ase.proj.xbn.array.primitive.PARDNLGoodUnq

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.