Package com.uic.ase.proj.xbn.string.padchop

Examples of com.uic.ase.proj.xbn.string.padchop.SpcfcCfgChop


    <P>Create a ConfigChop.</P>

    <P>Equal to <CODE><A HREF="~JD~pcscc(i,scc,scp,scin)~EJD~">ConfigChop</A>(i_length, (new <A HREF="~JD~scc#scc(b,s,i)~EJD~">SpcfcCfgChop</A>(b_chopEndStart, s_chopDotDotDot, i_cdddFlush)), sc_pad, sc_ifNull)</CODE></P>
   **/
  public ConfigChop(int i_length, boolean b_chopEndStart, String s_chopDotDotDot, int i_cdddFlush, SpcfcCfgPad sc_pad, SpcfcCfgIfNull sc_ifNull)  {
    this(i_length, (new SpcfcCfgChop(b_chopEndStart, s_chopDotDotDot, i_cdddFlush)), sc_pad, sc_ifNull);
  }
View Full Code Here


    <P>Create a ConfigPad.</P>

    <P>Equal to <CODE><A HREF="~JD~pcscp(i,b,scc,scin)~EJD~">ConfigPad</A>(i_length, true, (new <A HREF="~JD~scc#scc()~EJD~">SpcfcCfgChop</A>()), sc_ifNull)</CODE></P>
   **/
  public ConfigPad(int i_length, SpcfcCfgIfNull sc_ifNull)  {
    this(i_length, true, (new SpcfcCfgChop()), sc_ifNull);
  }
View Full Code Here

    <P>Create a ConfigPad.</P>

    <P>Equal to <CODE><A HREF="~JD~pcscp(i,b,c,scc,scin)~EJD~">ConfigPad</A>(i_length, b_padEndStart, ' ', (new <A HREF="~JD~scc#scc()~EJD~">SpcfcCfgChop</A>()), sc_ifNull)</CODE></P>
   **/
  public ConfigPad(int i_length, boolean b_padEndStart, SpcfcCfgIfNull sc_ifNull)  {
    this(i_length, b_padEndStart, ' ', (new SpcfcCfgChop()), sc_ifNull);
  }
View Full Code Here

    <P>Create a ConfigPad.</P>

    <P>Equal to <CODE><A HREF="~JD~pcscp(i,b,c,scc,scin)~EJD~">ConfigPad</A>(i_length, true, c_padCharacter, (new <A HREF="~JD~scc#scc()~EJD~">SpcfcCfgChop</A>()), sc_ifNull)</CODE></P>
   **/
  public ConfigPad(int i_length, char c_padCharacter, SpcfcCfgIfNull sc_ifNull)  {
    this(i_length, true, c_padCharacter, (new SpcfcCfgChop()), sc_ifNull);
  }
View Full Code Here

    <P>Create a ConfigPad.</P>

    <P>Equal to <CODE><A HREF="~JD~pcscp(i,b,c,scc,scin)~EJD~">ConfigPad</A>(i_length, b_padEndStart, c_padCharacter, (new <A HREF="~JD~scc#scc()~EJD~">SpcfcCfgChop</A>()), sc_ifNull)</CODE></P>
   **/
  public ConfigPad(int i_length, boolean b_padEndStart, char c_padCharacter, SpcfcCfgIfNull sc_ifNull)  {
    this(i_length, b_padEndStart, c_padCharacter, (new SpcfcCfgChop()), sc_ifNull);
  }
View Full Code Here

TOP

Related Classes of com.uic.ase.proj.xbn.string.padchop.SpcfcCfgChop

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.