Uses of Interface
com.batavia.xbrl.taxonomy.type.ArcroleType

Packages that use ArcroleType
com.batavia.xbrl.taxonomy   
 

Uses of ArcroleType in com.batavia.xbrl.taxonomy
 

Methods in com.batavia.xbrl.taxonomy that return ArcroleType
 ArcroleType TaxonomyCreator.createArcroleType(java.lang.String roleUriTechnicalPurpose, java.lang.String definitionText)
          create arcroleTypes
 ArcroleType[] TaxonomyCreator.findArcroleTypes(java.lang.String roleUriTechnicalPurpose)
          find arcroleTypes
If an argument is null, results are not filtered on that argument and all members in a population match.
 ArcroleType DiscoverableTaxonomySet.getArcRoleType(java.lang.String uri)
           
 

Methods in com.batavia.xbrl.taxonomy with parameters of type ArcroleType
 void AppInfo.addArcroleType(ArcroleType aPart)
          Add the ArcroleType to the collection of ArcroleTypes that are declared in this appinfo.
 void AppInfo.removeArcroleType(ArcroleType aPart)
          Remove the ArcroleType from the collection of ArcroleTypes that are declared in this appinfo.