JadeIdentifierArray Class

The JadeIdentifierArray class is an ordered collection of String values with a length less than or equal to 100 characters.

This class is designed to store identifiers for JADE entities (for example, schemas, classes, forms, and methods), which have a maximum length of 100 characters. The StringArray class, which can accommodate strings up to 62 characters only, is unsuitable for storing identifiers.

StringArray

(None)