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

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

Uses of ArcroleRef in com.batavia.xbrl.instance
 

Methods in com.batavia.xbrl.instance that return ArcroleRef
 ArcroleRef Xbrl.createArcRoleRef(java.lang.String xlinkArcrole, java.lang.String xlinkHref, java.lang.String xlinkRole)
          Create a child ArcroleRef and add it to the XbrlElement.
 ArcroleRef Xbrl.getArcroleRef(java.lang.String arcXlinkArcroleUri)
          get the arcrole Ref that is contained by this XBRL and has the given arcrole uri
 

Methods in com.batavia.xbrl.instance with parameters of type ArcroleRef
 void Xbrl.addArcroleRef(ArcroleRef aPart)
          Add the given arcroleRef to this XBRL
 void Xbrl.removeArcroleRef(ArcroleRef aPart)
          Remove the given arcroleRef from this XBRL
 

Uses of ArcroleRef in com.batavia.xbrl.taxonomy
 

Methods in com.batavia.xbrl.taxonomy that return ArcroleRef
 ArcroleRef LinkbaseExtendedLink.getArcroleRef(java.lang.String arcXlinkArcrole)
          Get the arcroleRef that hase the given roleUri.
 ArcroleRef LinkbaseContainer.getArcroleRef(java.lang.String arcroleUri)
          Get the ArcroleRef that hase the given arcroleUri.
 

Methods in com.batavia.xbrl.taxonomy with parameters of type ArcroleRef
 void LinkbaseExtendedLink.addArcroleRef(ArcroleRef aPart)
          Add the given ArcroleRef to the collection of ArcroleRef elements for this linkbase.
 void LinkbaseExtendedLink.removeArcroleRef(ArcroleRef aPart)
          Remove the given ArcroleRef to the collection of ArcroleRef elements for this linkbase.
 

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

Methods in com.batavia.xbrl.taxonomy.xlink that return ArcroleRef
 ArcroleRef Linkbase.createArcRoleRef(java.lang.String xlinkArcrole, java.lang.String xlinkHref, java.lang.String xlinkRole)
          Create a child ArcroleRef and add it to the XbrlElement.
 

Methods in com.batavia.xbrl.taxonomy.xlink with parameters of type ArcroleRef
 void Linkbase.addArcroleRef(ArcroleRef aPart)
          Add the given ArcroleRef to the collection of ArcroleRef of this linkbase
 void Linkbase.removeArcroleRef(ArcroleRef aPart)
          Remove the given ArcroleREf from the collection of ArcroleRef elements of this linkbase