public class RoleChecker
extends java.lang.Object
| Constructor and Description |
|---|
RoleChecker() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isNegated(java.lang.String roleURI)
Returns true if the role type passed in the roleURI parameter is defined as a negated role
The list of negated roles is in the NegatedSupport interface.
|
static boolean |
isNegated(XBRLRoleType role)
Returns true if the role type passed in the role parameter is defined as a negated role
The list of negated roles is in the NegatedSupport interface.
|
static boolean |
isNet(java.lang.String roleURI)
Returns true if the role type passed in the roleURI parameter is defined as a net role
The list of net roles is in the NetSupport interface.
|
static boolean |
isNet(XBRLRoleType role)
Returns true if the role type passed in the role parameter is defined as a net role
The list of net roles is in the NetSupport interface.
|
static boolean |
isTotal(java.lang.String roleURI)
Returns true if the role type passed in the roleURI parameter is defined as a total role
The list of total roles is in the TotalSupport interface.
|
static boolean |
isTotal(XBRLRoleType role)
Returns true if the role type passed in the role parameter is defined as a total role
The list of total roles is in the TotalSupport interface.
|
public static boolean isNegated(XBRLRoleType role)
role - the rolepublic static boolean isTotal(XBRLRoleType role)
role - the rolepublic static boolean isNet(XBRLRoleType role)
role - the rolepublic static boolean isNegated(java.lang.String roleURI)
roleURI - the role uripublic static boolean isTotal(java.lang.String roleURI)
roleURI - the role uripublic static boolean isNet(java.lang.String roleURI)
roleURI - the role uri