elements property

Map<String, MBElement> elements
final

The elements of the section. The key of the dictionary is the name of the element, the value is an instance of a MBElement that represents the object.

Implementation

final Map<String, MBElement> elements;