ContentsIndexHome
PreviousUpNext
IElement.check_setIntLabel Method

Attempts to assign the specified integer label to this IElement. Returns true if the assignment succeeded, returns false when the integer label does not exist in the associated subset of Integers. 

 

Java
boolean check_setIntLabel(int label);
Parameters 
Description 
int label 
The integer valued label to assign.  

True if the assignment succeeded, false when the integer label does not exist in the associated subset of Integers.