|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XBRLItem.BalanceType | |
|---|---|
| com.ihr.xbrl.om.taxonomy | Provides the classes necessary to process, write and read XBRL Taxonomy schemas and content of the XBRL Taxonomy Schemas that requires XBRL processing. |
| Uses of XBRLItem.BalanceType in com.ihr.xbrl.om.taxonomy |
|---|
| Methods in com.ihr.xbrl.om.taxonomy that return XBRLItem.BalanceType | |
|---|---|
XBRLItem.BalanceType |
XBRLItem.getBalance()
Access to the [Balance] property of the concept definition |
static XBRLItem.BalanceType |
XBRLItem.BalanceType.getBalance(java.lang.String balance)
Returns the int code of the balance in the string |
XBRLItem.BalanceType |
XBRLItem.setBalance(XBRLItem.BalanceType newValue)
Sets the value of the [Balance] property or reset it if newValue is null |
static XBRLItem.BalanceType |
XBRLItem.BalanceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static XBRLItem.BalanceType[] |
XBRLItem.BalanceType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.ihr.xbrl.om.taxonomy with parameters of type XBRLItem.BalanceType | |
|---|---|
static java.lang.String |
XBRLItem.BalanceType.getBalance(XBRLItem.BalanceType balance)
Returns the String representation of the balance in the code. |
XBRLItem.BalanceType |
XBRLItem.setBalance(XBRLItem.BalanceType newValue)
Sets the value of the [Balance] property or reset it if newValue is null |
| Constructors in com.ihr.xbrl.om.taxonomy with parameters of type XBRLItem.BalanceType | |
|---|---|
XBRLItem(XBRLTaxonomy parent,
java.lang.String name,
java.lang.String _default,
XBRLXSDTypeDefinition type,
javax.xml.namespace.QName substitutionGroup,
XBRLItem.PeriodType periodType,
XBRLItem.BalanceType balance,
java.lang.Boolean _abstract,
java.lang.Boolean nillable,
int block,
int _final,
java.lang.String fixed)
Creates and XBRL Item definition. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||