xbrl.ExplicitDimensionAspectValue

The ExplicitDimensionAspectValue class represents a value for the dimension aspect. The constructor takes the following arguments: ExplicitDimensionAspectValue( DTS dts, dimension = None, domainMember = None )

class xbrl.ExplicitDimensionAspectValue(DTS dts, dimension=None, domainMember=None)

Attributes

xbrl.ExplicitDimensionAspectValue.dimension

Returns an xbrl.Concept object representing the dimension.

xbrl.ExplicitDimensionAspectValue.is_explicit

Returns True.

xbrl.ExplicitDimensionAspectValue.is_typed

Returns False.

xbrl.ExplicitDimensionAspectValue.value

Returns an xbrl.Concept object representing the dimension’s domain member value. The absent dimension aspect value is denoted by None.

Special methods

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