A B C D E F G H I J K L M N O P Q R S T U V W X

I

i_i - class xbn.placeholder.i_i.
A temporary, "place holder" object, for two ints.
i_i_i - class xbn.placeholder.i_i_i.
A temporary, "place holder" object, for three ints.
i_i_i_i - class xbn.placeholder.i_i_i_i.
A temporary, "place holder" object, for four ints.
i_i_i_i() - Constructor for class xbn.placeholder.i_i_i_i
 
i_i_i_i(int, int, int, int) - Constructor for class xbn.placeholder.i_i_i_i
 
i_i_i() - Constructor for class xbn.placeholder.i_i_i
 
i_i_i(int, int, int) - Constructor for class xbn.placeholder.i_i_i
 
i_i() - Constructor for class xbn.placeholder.i_i
 
i_i(int, int) - Constructor for class xbn.placeholder.i_i
 
i1 - Variable in class xbn.placeholder.i_i_i
 
i1 - Variable in class xbn.placeholder.i_i_i_i
 
i1 - Variable in class xbn.placeholder.i_i
 
i2 - Variable in class xbn.placeholder.i_i_i
 
i2 - Variable in class xbn.placeholder.i_i_i_i
 
i2 - Variable in class xbn.placeholder.i_i
 
i3 - Variable in class xbn.placeholder.i_i_i
 
i3 - Variable in class xbn.placeholder.i_i_i_i
 
i4 - Variable in class xbn.placeholder.i_i_i_i
 
incInstanceCount() - Method in class xbn.array.UniqueString
Declare that another copy of this unique string was found in the array.
incLineNumber() - Method in class xbn.util.ForLineRetrieval
Increment the line number.
increment(int, int) - Method in class xbn.array.VWInt
Add to an existing integer value.
indexOf(char) - Method in class xbn.string.StringOrBuffer
Get the array index of the right-most occurance of the search string.
indexOf(char, int) - Method in class xbn.string.StringOrBuffer
Get the array index of the right-most occurance of the search string.
indexOf(char, int, int) - Method in class xbn.string.StringOrBuffer
Get the array index of the right-most occurance of the search string.
indexOf(char, int, int, boolean) - Method in class xbn.string.StringOrBuffer
Get the array index of the left-most occurance of the search string.
indexOf(String) - Method in class xbn.string.StringOrBuffer
Get the array index of the right-most occurance of the search string.
indexOf(String, int) - Method in class xbn.string.StringOrBuffer
Get the array index of the right-most occurance of the search string.
indexOf(String, int, int) - Method in class xbn.string.StringOrBuffer
Get the array index of the right-most occurance of the search string.
indexOf(String, int, int, boolean) - Method in class xbn.string.StringOrBuffer
Get the array index of the left-most occurance of the search string.
indexOfWord(StringOrBuffer, String, int, int) - Method in class xbn.string.UtilSOB
Find the first occurance of the search string, where it is an entire word (not part of a larger word).
indexOfWord(StringOrBuffer, String, int, int, boolean) - Method in class xbn.string.UtilSOB
Find the left-most occurance of the search string, where it is an entire word (not part of a larger word).
initializeVector() - Method in class xbn.array.VectorWrapper
Initialize the vector.
insert(int, char) - Method in class xbn.string.StringOrBuffer
Insert a character.
insert(int, char) - Method in class xbn.string.SOBString
Insert a character.
insert(int, char) - Method in class xbn.string.SOBStringBuffer
Insert a character.
insert(int, String) - Method in class xbn.string.StringOrBuffer
Insert a string.
insert(int, String) - Method in class xbn.string.SOBString
Insert a string.
insert(int, String) - Method in class xbn.string.SOBStringBuffer
Insert a string.
is1stLineWSEmptyString() - Method in class xbn.config.CRCVariable
If the first line of a variable's value is nothing but whitespace, should it be considered as empty string?
isActive() - Method in class xbn.output.OWriter
Does this OWriter actually write output somewhere?
isActive() - Method in class xbn.output.OWFile
Is this OWFile active?
isActive() - Method in class xbn.output.OWEmpty
Does this OWEmpty actually write output somewhere?
isAtIdx(VWObject, int, String[]) - Method in class xbn.config.UtilConfig
Is the string at element X in the array of required names, equal to the name of the variable at that same element, X, within the VWObject/sb_sb_c array?
isAtIdx(VWObject, int, String[], boolean) - Method in class xbn.config.UtilConfig
Is the string at element X in the array of required names, equal to the name of the variable at that same element, X, within the VWObject/sb_sb_c array?
isBetween(int, int, int) - Method in class xbn.util.UtilInt
Is the number between min and max, but not equal to either bound?.
isBetweenInclusive(int, int, int) - Method in class xbn.util.UtilInt
Is the number between min and max, or equal to one of the bounds?.
isBoolean(String) - Method in class xbn.string.UtilString
Does the string contain a valid boolean value?.
isConnected() - Method in class xbn.db.DBConnDirect
Is the connection currently and actually open to the database?
isContainmentOk() - Method in class xbn.array.primitive.PARSContain
Is it okay for the array to have a value that contains another?.
isDecimal(String) - Method in class xbn.string.UtilString
Is the string a valid decimal number?.
isDigitOrIn(char, char[]) - Method in class xbn.string.UtilChar
Is the provided character a digit, or other legal char?
isDigitOrIn(char, char[], boolean) - Method in class xbn.string.UtilChar
Is the provided character a digit, or other legal char?
isDirectory() - Method in class xbn.util.DirFile
Does this DirFile object represent a directory?
isDoneAnalyzing() - Method in class xbn.template.TemplateLineAnalyzer
Has this line been completely analyzed?
isEmail(String) - Method in class xbn.string.UtilString
Is the string a legally formatted email address?
isEmpty() - Method in class xbn.string.StringOrBuffer
Are there zero characters in this StringOrBuffer?
isEqualOk() - Method in class xbn.string.GCIConfig
Is equality also considered illegal?
isEscaped(StringBuffer, int) - Method in class xbn.string.escape.EscapeUnescapeString
Is the character at the requested array index preceded by the escape character?
isEscaped(String, int) - Method in class xbn.string.escape.EscapeUnescapeString
Is the character at the requested array index preceded by the escape character?
isEscaped(StringOrBuffer, int) - Method in class xbn.string.escape.EscapeUnescapeString
Is the character at the requested array index preceded by the escape character?
isExternal() - Method in class xbn.jdlcode.JDFile
Is this JDFile external?
isExternal() - Method in class xbn.jdlcode.JDClass
Is this JDClass external?
isExternal() - Method in class xbn.jdlcode.PackageType
Is this PackageType external?
isExternal(int) - Method in class xbn.jdlcode.PTArray
Is the PackageType at the requested array index external?
isExternal(String) - Method in class xbn.jdlcode.PTArray
Is the PackageType having the requested prefix external?
isExtraOk() - Method in class xbn.array.CAConfig
Is it legal for extra values to be provided?
isFile() - Method in class xbn.util.DirFile
Does this DirFile object represent a file?
isFilled(String) - Method in class xbn.template.TemplateFiller
Has the requested gap been filled?
isFillLegal() - Method in class xbn.template.TemplateFiller
Is it legal to fill a gap?
isGTOEMin(int, int, boolean) - Method in class xbn.util.UtilInt
Is the number greater than or equal to the minimum-possible value?
isHexidecimal(char) - Method in class xbn.string.UtilChar
Is the provided char a hex digit?
isHexidecimal(String) - Method in class xbn.string.UtilString
Is the value of the String a valid hexidecimal number?
isHexidecimal(StringBuffer) - Method in class xbn.string.UtilStringBuffer
Is the value of the StringBuffer a valid hexidecimal number?
isHexidecimal(StringOrBuffer) - Method in class xbn.string.UtilSOB
Is the value of the StringOrBuffer a valid hexidecimal number?.
isIllegal(char) - Method in class xbn.array.primitive.PARChar
Is the provided char illegal?
isIllegal(int) - Method in class xbn.array.primitive.PARIElement
Is the provided int illegal?
isIllegal(String) - Method in class xbn.array.primitive.PARSElement
Is the provided string illegal?
isIn(char, char[]) - Method in class xbn.string.UtilChar
Is the provided char equal to any char in the provided array?
isIn(char, char[], boolean) - Method in class xbn.string.UtilChar
Is the provided char equal to any char in the provided array?
isIndentAfterDate() - Method in class xbn.output.MFDate
Will the indent be printed after or before the date stamp?
isInRange(int, int, boolean, int, boolean) - Method in class xbn.util.UtilInt
Is the number in the range?
isInRange(int, int, boolean, int, boolean, boolean) - Method in class xbn.util.UtilInt
Is the number in the range?
isInSamePackageAs(JDFile) - Method in class xbn.jdlcode.JDFile
Is the provided JDFile in the same package as this JDFile?.
isInteger(String) - Method in class xbn.string.UtilString
Is the string a valid integer?.
isInvisible(char) - Method in class xbn.string.UtilChar
Is the provided char whitespace?
isLDOrIn(char, char[]) - Method in class xbn.string.UtilChar
Is the provided character a letter, digit or other legal char?
isLDOrIn(char, char[], boolean) - Method in class xbn.string.UtilChar
Is the provided character a letter, digit or other legal char?
isLegal(char, boolean, boolean, char[], boolean) - Method in class xbn.string.UtilChar
Is the provided character an legal one?
isLegal(String, boolean, boolean, char[]) - Method in class xbn.string.UtilString
Does the string contain only legal characters?
isLegal(String, boolean, boolean, char[], boolean) - Method in class xbn.string.UtilString
Does the string contain only legal characters?
isLegal(StringBuffer, boolean, boolean, char[]) - Method in class xbn.string.UtilStringBuffer
Does the string contain only legal characters?
isLegal(StringBuffer, boolean, boolean, char[], boolean) - Method in class xbn.string.UtilStringBuffer
Does the string contain only legal characters?
isLegal(StringOrBuffer, boolean, boolean, char[]) - Method in class xbn.string.UtilSOB
Does the string contain only legal characters?
isLegal(StringOrBuffer, boolean, boolean, char[], boolean) - Method in class xbn.string.UtilSOB
Does the string contain only legal characters?
isLetterDigitUnderscore(String) - Method in class xbn.string.UtilString
Does the string contain only letters, digits and underscores?
isLetterDigitUnderscore(StringBuffer) - Method in class xbn.string.UtilStringBuffer
Does the string contain only letters, digits and underscores?
isLetterDigitUnderscore(StringOrBuffer) - Method in class xbn.string.UtilSOB
Does the string contain only letters, digits and underscores?
isLetterOrIn(char, char[]) - Method in class xbn.string.UtilChar
Is the provided character a letter, or other legal char?
isLetterOrIn(char, char[], boolean) - Method in class xbn.string.UtilChar
Is the provided character a letter, or other legal char?
isLocal() - Method in class xbn.jdlcode.JDFile
Is this JDFile local?
isLocal() - Method in class xbn.jdlcode.JDClass
Is this JDClass local?
isLocal() - Method in class xbn.jdlcode.PackageType
Is this PackageType local?
isLocal(int) - Method in class xbn.jdlcode.PTArray
Is the PackageType at the requested array index local?
isLocal(String) - Method in class xbn.jdlcode.PTArray
Is the PackageType having the requested prefix local?
isLocked() - Method in class xbn.array.AOSLCreator
 
isLocked() - Method in class xbn.array.UniqueString
 
isLocked() - Method in class xbn.array.primitive.PASAOObject
 
isLocked() - Method in class xbn.array.primitive.PASInt
 
isLocked() - Method in class xbn.array.primitive.PACChar
 
isLocked() - Method in class xbn.array.primitive.PAIInt
 
isLocked() - Method in interface xbn.util.LockOneWay
Is the value locked?
isLTOEMax(int, int, boolean) - Method in class xbn.util.UtilInt
Is the number less than or equal to the maimum-possible value?
isMaxEnforced() - Method in class xbn.util.RangeConfig
Is the maximum bound enforced?
isMidExtFill() - Method in class xbn.template.TemplateFiller
Is this TemplateFiller currently in the middle of an external fill?
isMinEnforced() - Method in class xbn.util.RangeConfig
Is the minimum bound enforced?
isMissingOk() - Method in class xbn.array.CAConfig
Is it legal for required values to be missing?
isMultiple() - Method in class xbn.array.UniqueString
Are there more than one instance of this unique string?
isNameAbbrevOrFQCN() - Method in class xbn.jdlcode.JDClass
What is the name of this JDClass?.
isNotDigitOrIn(char, char[]) - Method in class xbn.string.UtilChar
Is the provided character not a digit, or other illegal char?
isNotDigitOrIn(char, char[], boolean) - Method in class xbn.string.UtilChar
Is the provided character not a digit, or other illegal char?
isNotDigitsOrInAOC(String, boolean, char[]) - Method in class xbn.string.UtilString
Does the string not contain any digits or (other provided) illegal characters?
isNotDigitsOrInAOC(String, boolean, char[], boolean) - Method in class xbn.string.UtilString
Does the string not contain any digits or (other provided) illegal characters?
isNotDigitsOrInAOC(StringBuffer, boolean, char[]) - Method in class xbn.string.UtilStringBuffer
Does the string not contain any digits or (other provided) illegal characters?
isNotDigitsOrInAOC(StringBuffer, boolean, char[], boolean) - Method in class xbn.string.UtilStringBuffer
Does the string not contain any digits or (other provided) illegal characters?
isNotDigitsOrInAOC(StringOrBuffer, boolean, char[]) - Method in class xbn.string.UtilSOB
Does the string not contain any digits or (other provided) illegal characters?
isNotDigitsOrInAOC(StringOrBuffer, boolean, char[], boolean) - Method in class xbn.string.UtilSOB
Does the string not contain any digits or (other provided) illegal characters?
isNotIllegal(char, boolean, boolean, char[], boolean) - Method in class xbn.string.UtilChar
Is the provided character not an illegal one?
isNotIllegal(String, boolean, boolean, char[]) - Method in class xbn.string.UtilString
Does the string not contain any illegal characters?
isNotIllegal(String, boolean, boolean, char[], boolean) - Method in class xbn.string.UtilString
Does the string not contain any illegal characters?
isNotIllegal(StringBuffer, boolean, boolean, char[]) - Method in class xbn.string.UtilStringBuffer
Does the string not contain any illegal characters?
isNotIllegal(StringBuffer, boolean, boolean, char[], boolean) - Method in class xbn.string.UtilStringBuffer
Does the string not contain any illegal characters?
isNotIllegal(StringOrBuffer, boolean, boolean, char[]) - Method in class xbn.string.UtilSOB
Does the string not contain any illegal characters?
isNotIllegal(StringOrBuffer, boolean, boolean, char[], boolean) - Method in class xbn.string.UtilSOB
Does the string not contain any illegal characters?
isNotLDOrIn(char, char[]) - Method in class xbn.string.UtilChar
Is the provided character not a letter, digit or other illegal char?
isNotLDOrIn(char, char[], boolean) - Method in class xbn.string.UtilChar
Is the provided character not a letter, digit or other illegal char?
isNotLDOrInAOC(StringBuffer, char[]) - Method in class xbn.string.UtilStringBuffer
Does the string not contain any letters, digits or (other provided) illegal characters?
isNotLDOrInAOC(StringBuffer, char[], boolean) - Method in class xbn.string.UtilStringBuffer
Does the string not contain any letters, digits or (other provided) illegal characters?
isNotLDOrInAOC(String, char[]) - Method in class xbn.string.UtilString
Does the string not contain any letters, digits or (other provided) illegal characters?
isNotLDOrInAOC(String, char[], boolean) - Method in class xbn.string.UtilString
Does the string not contain any letters, digits or (other provided) illegal characters?
isNotLDOrInAOC(StringOrBuffer, char[]) - Method in class xbn.string.UtilSOB
Does the string not contain any letters, digits or (other provided) illegal characters?
isNotLDOrInAOC(StringOrBuffer, char[], boolean) - Method in class xbn.string.UtilSOB
Does the string not contain any letters, digits or (other provided) illegal characters?
isNotLetterOrIn(char, char[]) - Method in class xbn.string.UtilChar
Is the provided character not a letter, or other illegal char?
isNotLetterOrIn(char, char[], boolean) - Method in class xbn.string.UtilChar
Is the provided character not a letter, or other illegal char?
isNotLettersOrInAOC(String, boolean, char[]) - Method in class xbn.string.UtilString
Does the string not contain any letters or (other provided) illegal characters?
isNotLettersOrInAOC(String, boolean, char[], boolean) - Method in class xbn.string.UtilString
Does the string not contain any letters or (other provided) illegal characters?
isNotLettersOrInAOC(StringBuffer, boolean, char[]) - Method in class xbn.string.UtilStringBuffer
Does the string not contain any letters or (other provided) illegal characters?
isNotLettersOrInAOC(StringBuffer, boolean, char[], boolean) - Method in class xbn.string.UtilStringBuffer
Does the string not contain any letters or (other provided) illegal characters?
isNotLettersOrInAOC(StringOrBuffer, boolean, char[]) - Method in class xbn.string.UtilSOB
Does the string not contain any letters or (other provided) illegal characters?
isNotLettersOrInAOC(StringOrBuffer, boolean, char[], boolean) - Method in class xbn.string.UtilSOB
Does the string not contain any letters or (other provided) illegal characters?
isNull() - Method in class xbn.array.ArrayProtector
As a whole, is the array-being-protected null?
isNull() - Method in class xbn.array.APString
 
isNull() - Method in class xbn.array.APInt
 
isNull() - Method in class xbn.array.APChar
 
isNull() - Method in class xbn.array.APObject
 
isNull() - Method in class xbn.array.primitive.PrimitiveArray
Is the [thing being wrapped by this PrimitiveArray] null?
isNull() - Method in class xbn.array.primitive.PASObject
Is the object null?
isNull() - Method in class xbn.array.primitive.PASAOObject
Is the array of objects null?
isNull() - Method in class xbn.array.primitive.PASInt
Is the array null?
isNull() - Method in class xbn.array.primitive.PACChar
Is the array null?
isNull() - Method in class xbn.array.primitive.PAIInt
Is the int array null?
isNull(int) - Method in class xbn.array.VectorWrapper
Is the element at the requested index null?.
isNull(int) - Method in class xbn.array.VWString
 
isNull(int) - Method in class xbn.array.ArrayProtector
 
isNull(int) - Method in class xbn.array.APString
Is the string at the provided array index null?
isNull(int) - Method in class xbn.array.APInt
 
isNull(int) - Method in class xbn.array.APChar
 
isNull(int) - Method in class xbn.array.VWObject
Is the element at the requested array index null?
isNull(int) - Method in class xbn.array.VWChar
 
isNull(int) - Method in class xbn.array.VWDouble
 
isNull(int) - Method in class xbn.array.APObject
Is the object at the provided array index null?
isNull(int) - Method in class xbn.array.PASArrayProtector
 
isNull(int) - Method in class xbn.array.VWInt
 
isNull(int) - Method in class xbn.array.primitive.PrimitiveArray
Is the [thing] at the requested array index null?
isNull(int) - Method in class xbn.array.primitive.PASAOObject
Is the object at the requested array index null?
isNull(int) - Method in class xbn.array.primitive.PASInt
Is the int at the requested array index null?
isNull(int) - Method in class xbn.array.primitive.PACChar
Is the char at the requested array index null?
isNull(int) - Method in class xbn.array.primitive.PAIInt
Is the char at the requested array index null?
isNull(int) - Method in class xbn.named.VWNamed
 
isNullLmntOk() - Method in class xbn.array.AOOVConfig
 
isNullLmntOk() - Method in class xbn.array.primitive.PARSElement
Is a character defined as illegal, should it be found in the char array?
isNullOk() - Method in class xbn.array.AOOVConfig
 
isNullOk() - Method in class xbn.array.primitive.PARDupNullLen
Is it okay for the array to be null (as a whole)?
isNumber(String, boolean) - Method in class xbn.string.UtilString
Is the string a valid digit?
isOn() - Method in class xbn.output.OConfig
Is this OConfig output level on or off?
isOn() - Method in class xbn.output.Outputter
Is this Outputter actually writing it's output?
isOrdered() - Method in class xbn.array.primitive.PAROrderDir
Is it required for the values in the array to be ordered?
isOrderingRqd() - Method in class xbn.array.CAConfig
Is it required for the actual values to be in the same/opposite order as the required values?
isOWriterOWIntoSB() - Method in class xbn.template.TemplateFiller
Is the OWriter an OWIntoSB?
isParamArray(int) - Method in class xbn.jdlcode.SplitLinkCode
Is the parameter at the requested array index an array?
isPermanentlyInactive() - Method in class xbn.output.OWFile
Is this OWFile permanently inactive?.
isPotentiallyActive() - Method in class xbn.output.OWFile
Is this OWFile potentially active?.
isPrimitive() - Method in class xbn.jdlcode.JDFile
Is this JDFile primitive?
isPrimitive() - Method in class xbn.jdlcode.JDClass
Is this JDClass primitive?
isRestricted() - Method in class xbn.array.primitive.PrimitiveArrayRule
Does this PrimitiveArrayRule have any restrictions?
isRestricted() - Method in class xbn.array.primitive.PARString
Does this PARString have any restrictions?
isRestricted() - Method in class xbn.array.primitive.PARSContain
Does this PARSContain have any restrictions?
isRestricted() - Method in class xbn.array.primitive.PAROrderDir
Does this PAROrderDir have any restrictions?
isRestricted() - Method in class xbn.array.primitive.PARChar
Does this PARChar have any restrictions?
isRestricted() - Method in class xbn.array.primitive.PARInt
Does this PARInt have any restrictions?
isRestricted() - Method in class xbn.array.primitive.PARSElement
Does this PARSEIllegal have any restrictions?
isRestricted() - Method in class xbn.array.primitive.PARIElement
Does this PARIElement have any restrictions?
isRestricted() - Method in class xbn.array.primitive.PARDupNullLen
Does this PARDupNullLen have any restrictions?
isRestricted() - Method in class xbn.util.RangeConfig
Are there any restrictions imposed by this RCLength?
isRestricted() - Method in class xbn.util.RCLength
Are there any restrictions imposed by this RCLength?
isSet() - Method in class xbn.util.Range
Has the value of this Range been set yet?
isSingular() - Method in class xbn.array.UniqueString
Is there exactly one instance of this unique string?
isSpcfcIgnored(char) - Method in class xbn.string.escape.USCIgnore
Is the provided character one that should be specifically ignored?
isStarted() - Method in class xbn.util.TimerUnits
Has the timer been started?
isStartLine() - Method in class xbn.config.CRLineAnalyzer
Is this line the beginning of a variable or comment?
isStopped() - Method in class xbn.util.TimerUnits
Has the timer been stopped?
isStrict() - Method in class xbn.array.primitive.PARDupNullLen
Is this PARDupNullLen as restricted as possible?
isString() - Method in class xbn.string.StringOrBuffer
Does this StringOrBuffer contain a String?
isString() - Method in class xbn.string.SOBString
 
isString() - Method in class xbn.string.SOBStringBuffer
 
isString() - Method in class xbn.template.TemplateDataOrString
Does the source text (provided to the constructor) contain no gaps?
isString(int) - Method in class xbn.template.TDOSArray
Does the requested TemplateDataOrString have no gaps?
isStringAt(String, int) - Method in class xbn.string.StringOrBuffer
Is the search string found at the specific array index?
isStringBuffer() - Method in class xbn.string.StringOrBuffer
Does this StringOrBuffer contain a StringBuffer?
isTabSpace(String) - Method in class xbn.string.UtilString
Does the String contain only whitespace?
isTabSpace(StringBuffer) - Method in class xbn.string.UtilStringBuffer
Does the StringBuffer contain only tabs and spaces?
isTabSpace(StringOrBuffer) - Method in class xbn.string.UtilSOB
Does the StringOrBuffer contain only tabs and spaces?
isTemplate() - Method in class xbn.template.TemplateDataOrString
Does the source text (provided to the constructor) contain a template?
isTemplate(int) - Method in class xbn.template.TDOSArray
Does the requested TemplateDataOrString have a gap?
isTemplateSet() - Method in class xbn.template.TemplateFiller
Is a template currently set into this TemplateFiller?
isTemplateValid(Template) - Method in class xbn.template.OGConfig
Is the provided Template legal?
isTemplateValid(Template) - Method in interface xbn.template.TFilter
Is the provided Template legal?
isToBeEscaped(char) - Method in class xbn.string.escape.ESConfig
Is the provided character one that should be escaped?
isValid() - Method in class xbn.array.primitive.PrimitiveArray
Is the array legal, according to the PrimitiveArrayRule?
isValid(int) - Method in class xbn.util.RangeConfig
Is the potential value valid for this Range?
isValid(Object[]) - Method in class xbn.array.AOOValid
Is the provided array of objects legal according to the rules existing in the AOOVConfig?
isValid(String, String) - Method in class xbn.array.primitive.PrimitiveArray
Is the array legal, according to the PrimitiveArrayRule?
isValid(String, String) - Method in class xbn.array.primitive.PrimitiveArrayString
Is the [object wrapped to look like an array of strings] legal?
isValid(String, String) - Method in class xbn.array.primitive.PrimitiveArrayInt
Is the [object wrapped to look like an array of ints] legal?
isValid(String, String) - Method in class xbn.array.primitive.PrimitiveArrayChar
Is the [object wrapped to look like an array of chars] legal?
isValid(String, String, Object[]) - Method in class xbn.array.AOOValid
Is the provided array of objects legal according to the rules existing in the AOOVConfig?
isVerified() - Method in class xbn.db.DBConnDirect
Verify connection with a trivial select query.
isVerified(String) - Method in class xbn.db.DBConnDirect
Verify connection with a trivial select query, but, if desired (and only in the case of an SQLException), a AssertException is thrown to display a descriptive error message.

A B C D E F G H I J K L M N O P Q R S T U V W X


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