public class XBRLRelationshipsChainLink extends java.util.ArrayList<XBRLRelationship>
Modifier and Type | Field and Description |
---|---|
static XBRLRelationshipsChainLink |
NULLREL
The nullrel.
|
Constructor and Description |
---|
XBRLRelationshipsChainLink()
Instantiates a new XBRL relationships chain link.
|
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Gets the index.
|
XBRLRelationshipsChainLink |
getNext()
Gets the next.
|
double |
getOrderValue()
Gets the order value.
|
XBRLRelationshipsChainLink |
getPrev()
Gets the prev.
|
void |
insertAfter(XBRLRelationshipsChainLink newAfter)
Update this chain's pointer to next item in the chain.
|
void |
insertBefore(XBRLRelationshipsChainLink newPrev)
Update this chain's pointer to previous item in the chain.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public static XBRLRelationshipsChainLink NULLREL
public XBRLRelationshipsChainLink()
public void insertBefore(XBRLRelationshipsChainLink newPrev)
newPrev
- the new prevpublic void insertAfter(XBRLRelationshipsChainLink newAfter)
newAfter
- the new afterpublic double getOrderValue()
public int getIndex()
public XBRLRelationshipsChainLink getNext()
public XBRLRelationshipsChainLink getPrev()
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa