Skip to content

No access to AttrProf and RecordClass attributes

There doesn't seem to be an easy way to access the ArrayList<Attribute> attributeList of AttrProf and RecordClass. For example documentation from RecordClass: image

The Class and RelationClass solve this problem by providing their ArrayList<Attribute> attributeList as public variables.

Is there a reason why the Attributes aren't available for AttrProf and RecordClass?