public class XBRLRelationshipsChainLink extends java.util.Vector<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, 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 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()