|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<XBRLItem.BalanceType>
com.ihr.xbrl.om.taxonomy.XBRLItem.BalanceType
public static enum XBRLItem.BalanceType
Enumeration defining the possible content of the xbrli:balance attribute.
| Enum Constant Summary | |
|---|---|
CREDIT
Concept is CREDIT type. |
|
DEBIT
Concept is DEBIT type. |
|
NO_BALANCE
No explicit indication about the Balance type in the concept definition |
|
| Method Summary | |
|---|---|
static XBRLItem.BalanceType |
getBalance(java.lang.String balance)
Returns the int code of the balance in the string |
static java.lang.String |
getBalance(XBRLItem.BalanceType balance)
Returns the String representation of the balance in the code. |
static XBRLItem.BalanceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static XBRLItem.BalanceType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final XBRLItem.BalanceType DEBIT
public static final XBRLItem.BalanceType CREDIT
public static final XBRLItem.BalanceType NO_BALANCE
| Method Detail |
|---|
public static XBRLItem.BalanceType[] values()
for (XBRLItem.BalanceType c : XBRLItem.BalanceType.values()) System.out.println(c);
public static XBRLItem.BalanceType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic static XBRLItem.BalanceType getBalance(java.lang.String balance)
balance -
public static java.lang.String getBalance(XBRLItem.BalanceType balance)
balance -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||