|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ihr.xbrl.dts.FactUse
com.ihr.xbrl.dts.FactUseItem
public class FactUseItem
This is a concept item and the use of that concept item together. The use of the item may be for the beginning of a period, for the end of a period or normal use if there is no indication
| Field Summary | |
|---|---|
static int |
BEGINNING
This constant indicates that the concept item is used at the beginning of this period |
static int |
END
This constant indicates that the concept item is used at the end of this period |
static int |
NEGATED
Flag indicating this item is negated |
| Fields inherited from class com.ihr.xbrl.dts.FactUse |
|---|
NORMAL |
| Constructor Summary | |
|---|---|
FactUseItem(XBRLFactsList parent,
XBRLItem item,
int use,
int index,
boolean bNegated,
RowKey key)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getIndex()
Access to the index that indicates the nTh use of the same fact item. |
XBRLItem |
getItem()
Access to the item of this item use tuple |
int |
getUse()
Access to the information about the item use The uses can be BEGINNING, END or FactUse.NORMAL |
static int |
getUseFromRole(XBRLRoleType role)
The return value is one of, FactUse.NORMAL, FactUseItem.BEGINNING or FactUseItem.END |
int |
hashCode()
|
boolean |
isNegated()
If this Fact Use is negated this method returns true |
| Methods inherited from class com.ihr.xbrl.dts.FactUse |
|---|
getParent, getRowKey |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int BEGINNING
public static final int END
public static final int NEGATED
| Constructor Detail |
|---|
public FactUseItem(XBRLFactsList parent,
XBRLItem item,
int use,
int index,
boolean bNegated,
RowKey key)
| Method Detail |
|---|
public int getUse()
BEGINNING, END or FactUse.NORMAL
public boolean isNegated()
public int getIndex()
public XBRLItem getItem()
FactUse
getItem in class FactUsepublic int hashCode()
hashCode in class FactUsepublic boolean equals(java.lang.Object obj)
equals in class FactUsepublic static int getUseFromRole(XBRLRoleType role)
prefLabelRole -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||