brel.reportelements.member
This module contains the class for the Member report element in Brel. Members are used to represent the possible values of an explicit dimension.
====================
- author: Robin Schmidiger
- version: 0.2
- date: 06 December 2023
====================
Member Objects
class Member(IReportElement)
Class representing a member in a BREL report. A member is a kind of report element that is used to represent the possible values of an explicit dimension. It implements the IReportElement interface.
get_name
def get_name() -> QName
Returns:
QName
: the name of the member as a QName
get_labels
def get_labels() -> list[BrelLabel]
Returns:
list[BrelLabel]
: the labels of the member