xbrl.ExplicitDimensionAspectValue

An xbrl.ExplicitDimensionAspectValue class represents a particular value for the dimension aspect of explicit dimensions.

class xbrl.ExplicitDimensionAspectValue(Dimension dim, Item value=None)

Constructs a new dimension aspect value with the given domain member for the given explicit dimension.

Attributes

xbrl.ExplicitDimensionAspectValue.aspect

Returns an xbrl.xdt.Dimension object representing the dimensional aspect.

xbrl.ExplicitDimensionAspectValue.dimension

Returns an xbrl.xdt.Dimension object which represents the dimension aspect.

xbrl.ExplicitDimensionAspectValue.value

Returns an xbrl.taxonomy.Item object which represents the explicit dimension domain member value.

Methods

xbrl.ExplicitDimensionAspectValue.is_default()

Returns True if the explicit dimension domain member value represents the default domain member for the dimension aspect.

Special methods

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