The name of this slot.
The name of this slot. This corresponds to the map field the slot is using to store its value.
Returns Some(value) if the cubbie has the given slot, or None otherwise.
Returns Some(value) if the cubbie has the given slot, or None otherwise.
Some(value) if the cubbie has the given slot, or None otherwise.
The current value of the slot.
The current value of the slot.
the value of slot. May throw an exception if the underlying map has no field corresponding to this slot.
Convenience method for more concise access to slot value.
Convenience method for more concise access to slot value.
value of the slot.
The cubbie this slot is contained in.
The cubbie this slot is contained in.
this cubbie.
A Cubbie has a collection of slots (or fields) that store the attributes of the cubbie. These slots map one-to-one to the fields of the underlying map.
the type of the attribute.