org.xbrlapi.data.bdbxml.examples.render
Class Concepts
java.lang.Object
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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
concepts
public List<Concept> concepts
labels
public List<String> labels
labelRoles
public List<URI> labelRoles
Concepts
public Concepts()
size
public int size()
addAll
public void addAll(Concepts newConcepts)
add
public void add(Concept concept,
String label,
URI labelRole)