public class RoleChecker
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isBOP(java.lang.String roleURI)
Returns true if the role type passed in the roleURI parameter is defined as a periodStart role
The list of periodStart roles is in the BOPSupport interface.
|
static boolean |
isEOP(java.lang.String roleURI)
Returns true if the role type passed in the roleURI parameter is defined as a periodEnd role
The list of periodEnd roles is in the EOPSupport interface.
|
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 URIpublic static boolean isBOP(java.lang.String roleURI)
roleURI
- the role URIpublic static boolean isEOP(java.lang.String roleURI)
roleURI
- the role URICopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa