xbn.string
Class GCICTwo

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.string.GCIConfig
              |
              +--xbn.string.GCICTwo

public class GCICTwo
extends GCIConfig

A GCIConfig that always compares two strings.

Source code:  GCICTwo.java


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
GCICTwo()
          Create a GCICTwo with default settings.
GCICTwo(boolean b_equalOk)
          Create a GCICTwo.
GCICTwo(boolean b_equalOk, PARSCBad parsc_bad)
          Create a GCICTwo.
GCICTwo(PARSCBad parsc_bad)
          Create a GCICTwo.
GCICTwo(String s_callingClsFnc)
          Create a GCICTwo.
GCICTwo(String s_callingClsFnc, boolean b_equalOk)
          Create a GCICTwo.
GCICTwo(String s_callingClsFnc, boolean b_equalOk, PARSCBad parsc_bad)
          Create a GCICTwo.
GCICTwo(String s_callingClsFnc, PARSCBad parsc_bad)
          Create a GCICTwo.
GCICTwo(String s_callingClsFnc, String s_name1, String s_name2)
          Create a GCICTwo.
GCICTwo(String s_callingClsFnc, String s_name1, String s_name2, boolean b_equalOk)
          Create a GCICTwo.
GCICTwo(String s_callingClsFnc, String s_name1, String s_name2, boolean b_equalOk, PARSCBad parsc_bad)
          Create a GCICTwo.
GCICTwo(String s_callingClsFnc, String s_name1, String s_name2, PARSCBad parsc_bad)
          Create a GCICTwo.
 
Methods inherited from class xbn.string.GCIConfig
getAOSNames, getCallingClassFunc, getPARSCBad, isEqualOk, toString
 
Methods inherited from class xbn.XBNObject
getXMsgPrefix, sop, sopl, sopl, throwAX, throwAXIfBadStr, throwAXIfNull, throwAXSpoof
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GCICTwo

public GCICTwo()

Create a GCICTwo with default settings.

Equal to GCIConfig(false)


GCICTwo

public GCICTwo(String s_callingClsFnc)

Create a GCICTwo.

Equal to GCIConfig(s_callingClsFnc)


GCICTwo

public GCICTwo(boolean b_equalOk)

Create a GCICTwo.

Equal to GCIConfig(b_equalOk)


GCICTwo

public GCICTwo(PARSCBad parsc_bad)

Create a GCICTwo.

Equal to GCIConfig(parsc_bad)


GCICTwo

public GCICTwo(String s_callingClsFnc,
               String s_name1,
               String s_name2)

Create a GCICTwo.

Equal to GCIConfig(s_callingClsFnc, (new String[] {s_name1, s_name2}))


GCICTwo

public GCICTwo(String s_callingClsFnc,
               boolean b_equalOk)

Create a GCICTwo.

Equal to GCIConfig(s_callingClsFnc, b_equalOk)


GCICTwo

public GCICTwo(String s_callingClsFnc,
               PARSCBad parsc_bad)

Create a GCICTwo.

Equal to GCIConfig(s_callingClsFnc, parsc_bad)


GCICTwo

public GCICTwo(boolean b_equalOk,
               PARSCBad parsc_bad)

Create a GCICTwo.

Equal to GCIConfig(b_equalOk, parsc_bad)


GCICTwo

public GCICTwo(String s_callingClsFnc,
               String s_name1,
               String s_name2,
               boolean b_equalOk)

Create a GCICTwo.

Equal to GCIConfig(s_callingClsFnc, (new String[] {s_name1, s_name2}), b_equalOk)


GCICTwo

public GCICTwo(String s_callingClsFnc,
               String s_name1,
               String s_name2,
               PARSCBad parsc_bad)

Create a GCICTwo.

Equal to GCIConfig(s_callingClsFnc, (new String[] {s_name1, s_name2}), parsc_bad)


GCICTwo

public GCICTwo(String s_callingClsFnc,
               boolean b_equalOk,
               PARSCBad parsc_bad)

Create a GCICTwo.

Equal to GCIConfig(s_callingClsFnc, b_equalOk, parsc_bad)


GCICTwo

public GCICTwo(String s_callingClsFnc,
               String s_name1,
               String s_name2,
               boolean b_equalOk,
               PARSCBad parsc_bad)

Create a GCICTwo.

Equal to GCIConfig(s_callingClsFnc, (new String[] {s_name1, s_name2}), b_equalOk, parsc_bad)




Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo