public class XBRLTableSet extends java.util.Vector<XBRLStructuralTable>
| Modifier and Type | Class and Description |
|---|---|
static class |
XBRLTableSet.EvaluationSet
The Class EvaluationSet.
|
| Constructor and Description |
|---|
XBRLTableSet(XBRLTable tableDef,
EditorSource editorSource,
OpenAspectValueResolver externalResolver)
Instantiates a new XBRL table set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
createModel(org.jdom.Element tableModel)
Creates the model.
|
XBRLTable |
getTableDefinition()
Gets the table definition.
|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSizepublic XBRLTableSet(XBRLTable tableDef, EditorSource editorSource, OpenAspectValueResolver externalResolver) throws XTValidationException, XFException
tableDef - the table defeditorSource - the editor sourceexternalResolver - the external resolverXTValidationException - the XT validation exceptionXFException - the XF exceptionpublic XBRLTable getTableDefinition()
public void createModel(org.jdom.Element tableModel)
throws XTValidationException,
XFException
tableModel - the table modelXTValidationException - the XT validation exceptionXFException - the XF exception