DomainMemberRelationship

final case class DomainMemberRelationship(elr: String, source: GlobalElementDecl, target: GlobalElementDecl, nonXLinkArcAttributes: Map[EName, String]) extends DomainAwareRelationship
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def arcrole: String
def domain: EName
def member: EName
def withTargetRole(targetRole: String): DomainMemberRelationship
def withUsable(targetRole: String): DomainMemberRelationship

Inherited methods

final def genericPreferredLabelOption: Option[String]

Returns the optional gpl:preferredLabel attribute on the underlying arc.

Returns the optional gpl:preferredLabel attribute on the underlying arc.

Inherited from
StandardInterConceptRelationship

For non-dimensional relationships, returns true if the target concept of this relationship matches the source concept of the parameter relationship and both relationships are in the same base set.

For non-dimensional relationships, returns true if the target concept of this relationship matches the source concept of the parameter relationship and both relationships are in the same base set.

For dimensional relationships, returns true if this and the parameter relationship form a pair of consecutive relationships.

For non-standard inter-element-declaration relationships, false is returned.

This method does not check for the target relationship type, although for non-dimensional inter-concept relationships the relationship type remains the same, and for dimensional relationships the target relationship type is as expected for consecutive relationships.

Inherited from
StandardInterConceptRelationship
final def order: BigDecimal
Inherited from
Relationship
final def priority: Int
Inherited from
Relationship
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final def sourceConceptEName: EName
Inherited from
StandardRelationship
final def usable: Boolean
final def use: Use
Inherited from
Relationship
final def xbrldtAttributes: Map[EName, String]