Top Method Summary
Options Name Purpose
NotNullOrEmptyEntriesOnly (character[], character) Validates that the character array does not have ? or empty entries
ValidEntriesOnly (character[], character) Validates that the array does have valid entries only (not ?)
ValidEntriesOnly (datetime-tz[], character) Validates that the array does have valid entries only (not ?)
ValidEntriesOnly (datetime[], character) Validates that the array does have valid entries only (not ?)
ValidEntriesOnly (date[], character) Validates that the array does have valid entries only (not ?)
ValidEntriesOnly (decimal[], character) Validates that the array does have valid entries only (not ?)
ValidEntriesOnly (handle[], character) Validates that the array does have valid entries only
ValidEntriesOnly (integer[], character) Validates that the array does have valid entries only (not ?)
ValidEntriesOnly (logical[], character) Validates that the array does have valid entries only (not ?)
ValidEntriesOnly (Object[], character) Validates that the array does have valid entries only

Top Constructor Summary
Options Name Purpose
ArrayAssert () Protected default constructor for the ArrayAssert class


Method Detail
Top

NotNullOrEmptyEntriesOnly (character[], character)

Purpose: Validates that the character array does not have ? or empty entries
Notes:

Parameters:
pcValue CHARACTER
The array to verify
pcDescription CHARACTER
The description of the array
Top

ValidEntriesOnly (character[], character)

Purpose: Validates that the array does have valid entries only (not ?)
Notes:

Parameters:
pcValue CHARACTER
The array to verify
pcDescription CHARACTER
The description of the array
Top

ValidEntriesOnly (datetime-tz[], character)

Purpose: Validates that the array does have valid entries only (not ?)
Notes:

Parameters:
pdtValue DATETIME-TZ
The array to verify
pcDescription CHARACTER
The description of the array
Top

ValidEntriesOnly (datetime[], character)

Purpose: Validates that the array does have valid entries only (not ?)
Notes:

Parameters:
pdtValue DATETIME
The array to verify
pcDescription CHARACTER
The description of the array
Top

ValidEntriesOnly (date[], character)

Purpose: Validates that the array does have valid entries only (not ?)
Notes:

Parameters:
pdtValue DATE
The array to verify
pcDescription CHARACTER
The description of the array
Top

ValidEntriesOnly (decimal[], character)

Purpose: Validates that the array does have valid entries only (not ?)
Notes:

Parameters:
pdeValue DECIMAL
The array to verify
pcDescription CHARACTER
The description of the array
Top

ValidEntriesOnly (handle[], character)

Purpose: Validates that the array does have valid entries only
Notes:

Parameters:
phHandle HANDLE
The array of Handle references to verify
pcDescription CHARACTER
The description of the array
Top

ValidEntriesOnly (integer[], character)

Purpose: Validates that the array does have valid entries only (not ?)
Notes:

Parameters:
piValue INTEGER
The array to verify
pcDescription CHARACTER
The description of the array
Top

ValidEntriesOnly (logical[], character)

Purpose: Validates that the array does have valid entries only (not ?)
Notes:

Parameters:
plValue LOGICAL
The array to verify
pcDescription CHARACTER
The description of the array
Top

ValidEntriesOnly (Object[], character)

Purpose: Validates that the array does have valid entries only
Notes:

Parameters:
poObject Progress.Lang.Object
The array of Progress.Lang.Object references to verify
pcDescription CHARACTER
The description of the array


Constructor Detail
Top

ArrayAssert ()

Purpose: Protected default constructor for the ArrayAssert class
Notes: Disallow instance creation



©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:20:11