get
Allow subscript notation to access a BitField.
Return
The value of the extracted bitfield as an Int.
Parameters
The BitField to extract within the receiver.
Allow subscript notation to access an IntegerSlotsEnum field.
Return
The extracted Long.
Parameters
The IntegerSlotsEnum to extract within the receiver.
Allow subscript notation to access an indexed IntegerSlotsEnum field. The first subscript is the field, which must be the last declared integer field (and end with "_"), and the second is the one-based index.
Return
The extracted Long.
Parameters
The IntegerSlotsEnum to extract within the receiver.
The one-based index within the repeating field.
Allow subscript notation to access an ObjectSlotsEnum field.
Return
The extracted AvailObject.
Parameters
The ObjectSlotsEnum to extract within the receiver.
Allow subscript notation to access an indexed ObjectSlotsEnum field. The first subscript is the field, which must be the last declared object field (and end with "_"), and the second is the one-based index.
Return
The extracted AvailObject.
Parameters
The ObjectSlotsEnum to extract within the receiver.
The one-based index within the repeating field.