beta.xbrl.xule.Relationship¶
A beta.xbrl.xule.Relationship class represents a XBRL relationship in the XULE type system.
Base class: beta.xbrl.xule.Value
-
class
beta.xbrl.xule.Relationship¶ Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedErrorexception.
Attributes¶
-
beta.xbrl.xule.Value.location Returns a
beta.xbrl.xule.Locationobject that represents the underlying source XBRL fact, concept, relationship, … of this XULE value.
-
beta.xbrl.xule.Relationship.value¶ Returns a
xbrl.taxonomy.Relationshipobject that represents the underlying XULE value.
Methods¶
-
beta.xbrl.xule.Value.property(name) Returns the given property as a
beta.xbrl.xule.Valueobject.
Special methods¶
__bool__, __eq__, __float__, __ge__, __gt__, __int__, __le__, __lt__, __ne__