ErrorCheckOptionCollection

ErrorCheckOptionCollection class

Represents all error check option.

class ErrorCheckOptionCollection;

Methods

MethodDescription
get(number)Gets ErrorCheckOption object by the given index.
add()Add an error check option.
getCount()@deprecated. Please use the ‘count’ property instead. Gets the number of elements contained in.
isNull()Checks whether the implementation object is null.

get(number)

Gets ErrorCheckOption object by the given index.

get(index: number) : ErrorCheckOption;

Parameters:

ParameterTypeDescription
indexnumberThe index

Returns

Return ErrorCheckOption object

add()

Add an error check option.

add() : number;

getCount()

@deprecated. Please use the ‘count’ property instead. Gets the number of elements contained in.

getCount() : number;

isNull()

Checks whether the implementation object is null.

isNull() : boolean;