ErrorCheckOptionCollection
ErrorCheckOptionCollection class
Represents all error check option.
class ErrorCheckOptionCollection;
Methods
Method | Description |
---|---|
get(number) | Gets ErrorCheckOption object by the given index. |
add() | Add an error check option. |
getCount() | 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:
Parameter | Type | Description |
---|---|---|
index | number | The index |
Returns
Return ErrorCheckOption object
add()
Add an error check option.
add() : number;
getCount()
Gets the number of elements contained in.
getCount() : number;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;