|
Assigns the specified position in the set associated with this IElement to this IElement. A RuntimeException is raised if the ordinal position does not exist in the set.
void setOrdinal(int ord);
Parameters |
Description |
int ord |
The ordinal to set. |