Overview | Methods | This Package | All Packages
Sets the jump point name.
Syntax
public void setName( String n )
Parameters
n
The new jump point name. This is the text that is assigned to a NAME attribute in HTML. For example, if n is "anchor2", the corresponding HTML anchor tag would be <A NAME="anchor2"></A>
Exceptions
WFCInvalidArgumentException thrown if n is null.
See Also getName