xbrl.formula.ExplicitDimensionFilter.Member

This class represents the <df:member> child element of an explicit dimension filter resource.

class xbrl.formula.ExplicitDimensionFilter.Member

Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a NotImplementedError exception.

Attributes

xbrl.formula.ExplicitDimensionFilter.Member.arcrole

Returns the value of the <df:arcrole> child element as a string, or None if the <df:arcrole> child element is absent.

xbrl.formula.ExplicitDimensionFilter.Member.axis

Returns the value of the <df:axis> child element as a xbrl.formula.AxisType enumeration, or None if the <df:axis> child element is absent.

xbrl.formula.ExplicitDimensionFilter.Member.element

Returns an xml.ElementInformationItem object which represents the <df:member> element information item.

xbrl.formula.ExplicitDimensionFilter.Member.linkrole

Returns the value of the <df:linkrole> child element as a string, or None if the <df:linkrole> child element is absent.

xbrl.formula.ExplicitDimensionFilter.Member.qname

Returns the value of the <df:qname> child element as an xsd.QName object, or None if the <df:qname> child element is absent.

xbrl.formula.ExplicitDimensionFilter.Member.qnameExpression

Returns the value of the <df:qnameExpression> child element as an xbrl.XPathExpression object, or None if the <df:qnameExpression> child element is absent.

xbrl.formula.ExplicitDimensionFilter.Member.variable

Returns the value of the <df:variable> child element as an xsd.QName object, or None if the <df:variable> child element is absent.

Special methods

__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__