XBRLTaxonomyLabelElement::checkExist Method
Indicates whether the specified record exists in the XBRLTaxonomyLabelElement table and displays a message if the record does not exist.
Syntax
client server public static boolean checkExist(
XBRLTaxonomyIdentificator _taxonomyId,
XBRLTaxonomyLabel _label,
XBRLLabelElementLang _lang,
XBRLLabelElementRole _role)
Run On
Called
Parameters
- _taxonomyId
Type: XBRLTaxonomyIdentificator Extended Data Type
The XBRLTaxonomyIdentificator value of the record for which to check.
- _label
Type: XBRLTaxonomyLabel Extended Data Type
The XBRLTaxonomyLabel value of the record for which to check.
- _lang
Type: XBRLLabelElementLang Extended Data Type
The XBRLLabelElementLang value of the record for which to check.
- _role
Type: XBRLLabelElementRole Extended Data Type
The XBRLLabelElementRole value of the record for which to check.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.