Contents:
Search: |
EnumerationsAn enumeration is a set of labels for easy use of mnemonic values. The "Enumerations" top-level category can be expanded to show the enumerations available in the current database. For example: The enumerations appear at the level just below the "Enumerations" label. That means, in this picture, "boolean", "book_name_t", and "verbal_stem_t" are all enumerations. You can expand or collapse each enumeration to show or hide its enumeration labels. In the above picture, "true" and "false" are labels in the "boolean" set, whereas "NA", "imperative", "perfect", etc. are labels in the "verbal_tense_t" enumeration. |