ContentsIndexHome
PreviousUpNext
IElement.setLabel Method

Assigns the specified string label to this IElement. This method does not apply to IElements associated with a subset of Integers. A RuntimeException is raised if the label does not exist in the root set. 

 

Java
void setLabel(String label);
Parameters 
Description 
String label 
The string valued label to assign.