The setSubcontext method
- Organization of this page
Description
Stores a subcontext into this object. If a value already exists when the setSubcontext method is called, it is overwritten.
Syntax
public void setSubcontext(String subcontext);
Parameters
- subcontext:
-
Specifies the subcontext. If null or a null character ("") is specified, the user entry is used.
Specify a character string that is the same as the subcontext specified for the AttributeEntry object.
Exceptions
None
Return value
None