Interface CBFieldOwnerType
- All Known Subinterfaces:
CBRecordType, CBVariantCaseType
- All Known Implementing Classes:
CBTypeDeclarationRecord, CBVariantCase
The objects that can contain fields.
-
Method Summary
-
Method Details
-
fields
List<CBFieldType> fields()- Returns:
- The fields of the record in declaration order
-
fieldsByName
- Returns:
- The fields of the record by name
-