Describes a cobol set of alternatives which are items that redefine a base
item.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe cobol name to use for this choice.intThe cobol byte length of the largest alternative in the choice.
-
Element Details
-
cobolName
String cobolNameThe cobol name to use for this choice.- Returns:
- the cobol name of the first alternative in the choice (the one being redefined)
-
maxBytesLen
int maxBytesLenThe cobol byte length of the largest alternative in the choice.- Returns:
- the cobol byte length of the largest alternative in the choice
-