public class RowKey
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static RowKey |
EMPTYROWKEY
The emptyrowkey.
|
| Constructor and Description |
|---|
RowKey(XBRLContext ctx)
Instantiates a new row key.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.ArrayList<Member<?>> |
getMembersArrayList()
This method is used when a new fact is about to be created in the non dimensional instance explorer.
|
int |
hashCode() |
boolean |
passFilter(XBRLContext ctx)
Returns true if the new context passes the filter indicated by the RowKey parameter.
|
public static RowKey EMPTYROWKEY
public RowKey(XBRLContext ctx)
ctx - the ctxpublic boolean passFilter(XBRLContext ctx)
ctx - the ctxpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.util.ArrayList<Member<?>> getMembersArrayList() throws XBRLValidationException
XBRLValidationException - the XBRL validation exception