XBRLAPI

A Java API for XBRL


org.xbrlapi.data.bdbxml.examples.render
Class Concepts

java.lang.Object
  extended by org.xbrlapi.data.bdbxml.examples.render.Concepts

public class Concepts
extends Object

Convenience class to help with the rendering process.

Author:
Geoff Shuetrim (geoff@galexy.net)

Field Summary
 List<Concept> concepts
           
 List<URI> labelRoles
           
 List<String> labels
           
 
Constructor Summary
Concepts()
           
 
Method Summary
 void add(Concept concept, String label, URI labelRole)
           
 void addAll(Concepts newConcepts)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

concepts

public List<Concept> concepts

labels

public List<String> labels

labelRoles

public List<URI> labelRoles
Constructor Detail

Concepts

public Concepts()
Method Detail

size

public int size()

addAll

public void addAll(Concepts newConcepts)

add

public void add(Concept concept,
                String label,
                URI labelRole)

Get Java XBRL API implementation at SourceForge.net.