public class XBRLFilterUse extends java.lang.Object implements java.lang.Comparable<XBRLFilterUse>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(XBRLFilterUse o) |
static XBRLFilterUse |
createFilterUse(XBRLTableProcessor proc,
XBRLRelationship rel,
XBRLFormulaFilter filter)
Factory method.
|
XBRLFormulaFilter |
getFilter()
Gets the filter.
|
boolean |
isComplement()
Checks if is complement.
|
public static XBRLFilterUse createFilterUse(XBRLTableProcessor proc, XBRLRelationship rel, XBRLFormulaFilter filter)
proc - the procrel - the relfilter - the filterpublic XBRLFormulaFilter getFilter()
public boolean isComplement()
public int compareTo(XBRLFilterUse o)
compareTo in interface java.lang.Comparable<XBRLFilterUse>