XBRLTaxonomyComplexTypeValue::checkExist Method
Indicates whether the specified record exists in the XBRLTaxonomyComplexTypeValue table and displays a message if the record does not exist.
Syntax
client server public static boolean checkExist(
XBRLTaxonomyIdentificator _taxonomyId,
XBRLComplexTypeName _complexTypeName,
XBRLComplexTypeValue _complexTypeValue,
XBRLComplexTypeValue _complexTypeMinInclusive,
XBRLComplexTypeValue _complexTypeMaxInclusive)
Run On
Called
Parameters
- _taxonomyId
Type: XBRLTaxonomyIdentificator Extended Data Type
The XBRLTaxonomyIdentificator value of the record for which to check.
- _complexTypeName
Type: XBRLComplexTypeName Extended Data Type
The XBRLComplexTypeName value of the record for which to check.
- _complexTypeValue
Type: XBRLComplexTypeValue Extended Data Type
The XBRLComplexTypeValue value of the record for which to check.
- _complexTypeMinInclusive
Type: XBRLComplexTypeValue Extended Data Type
The XBRLComplexTypeValue value of the record for which to check.
- _complexTypeMaxInclusive
Type: XBRLComplexTypeValue Extended Data Type
The XBRLComplexTypeValue value of the record for which to check.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.