Uses of Interface
com.batavia.xbrl.taxonomy.xlink.ExtendedLink

Packages that use ExtendedLink
com.batavia.xbrl.instance   
com.batavia.xbrl.taxonomy   
com.batavia.xbrl.taxonomy.xlink   
 

Uses of ExtendedLink in com.batavia.xbrl.instance
 

Subinterfaces of ExtendedLink in com.batavia.xbrl.instance
 interface FootnoteLink
          While tuples deal with certain regularly-structured associations between elements that might appear in an XBRL instance, many documents include irregularly structured associations between facts.
 

Uses of ExtendedLink in com.batavia.xbrl.taxonomy
 

Subinterfaces of ExtendedLink in com.batavia.xbrl.taxonomy
 interface CalculationLink
          The calculationLink element is an extended link.
 interface DeclaredLink
          The DeclaredLink element is an extended link.
 interface DefinitionLink
          The definitionLink element is an extended link.
 interface LabelLink
          The labelLink element is an extended link.
 interface LinkbaseExtendedLink
          Interface for linkbase.
 interface PresentationLink
          The presentationLink element is an extended link.
 interface ReferenceLink
          The referenceLink element is an extended link.
 interface RelationLink
          Relation links (calculation, definition, and presentation) manage the relations between taxonomy elements.
 

Methods in com.batavia.xbrl.taxonomy with parameters of type ExtendedLink
 void LinkbaseExtendedLink.addXlink(ExtendedLink aPart)
          Add the given ExtendedLink to the collection of Xlink elements for this linkbase.
 void LinkbaseExtendedLink.removeXlink(ExtendedLink aPart)
          Remove the given ExtendedLink to the collection of Xlink elements for this linkbase.
 

Uses of ExtendedLink in com.batavia.xbrl.taxonomy.xlink
 

Methods in com.batavia.xbrl.taxonomy.xlink that return ExtendedLink
 ExtendedLink Labelled.getParentLink()
          get the link this labelled element is contained by
 ExtendedLink Arc.getParentLink()
           
 

Methods in com.batavia.xbrl.taxonomy.xlink with parameters of type ExtendedLink
 void Linkbase.addXlink(ExtendedLink aPart)
          Add the given ExtendedLink to the collection of ExtendedLinks of this linkbase
 void Linkbase.removeXlink(ExtendedLink aPart)
          Remove the given ExtendedLink from the collection of ExtendedLinks of this linkbase