ContentsIndexHome
PreviousUpNext
IElement.setOrdinal Method

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. 

 

Java
void setOrdinal(int ord);
Parameters 
Description 
int ord 
The ordinal to set.