ASNA.QSys.Expo.Model Enumerations
Remarks
The ASNA.QSys.Expo.Model
namespace contains a collection of enumerations that are integral to the ASNA QSys system. These enumerations provide a set of named constants that make the code more readable and manageable.
The enumerations in this namespace cover a wide range of functionalities, including but not limited to:
- Defining attention indicator indexes
- Specifying IBM i Attention Key (AID) hex codes
- Defining code names for supported presentation date and time formattings
- Specifying the type of fake data to use for the display pages
- Providing Displayfile field usage: input, output, both, etc.
- Specifying numeric limits used by EditCode data formatting
- Specifying the type of modulus validation
Each enumeration in this namespace is designed to perform a specific function within the ASNA QSys system. They provide the building blocks that developers can use to create robust and efficient applications.
This namespace is the parent topic in the Table of Contents, and it includes pages that describe the enumerations defined within it. Each of these pages provides detailed information about the usage and values of each enumeration.
Developers working with the ASNA QSys system should familiarize themselves with the contents of this namespace, as it forms the basis for most ASNA development tasks.
Type | Description |
---|---|
AidKey | Specifies the Attention indicator index |
AidKeyIBM | Specifies the IBM i Attention Key (AID) hex code |
DdsDateFormat | Define code names for the supported presentation Date Formattings. |
DdsTimeFormat | Define code names for the supported presentation Time Formattings. |
EditCodes | Defines the equivalent code-names for the supported [IBM i Edit Codes. |
FakeDataType | Specifies the type of fake data to use for the display pages. |
FieldUsages | Provides Displayfile field usage: input, output, both, etc. |
Limits | Specifies numeric limits used by EditCode data formatting. |
ModulusValidation | Specifies the type of modulus validation |