IndexParameter
This class represents the "INDEX" parameter
When a property is multi-valued, INDEX can be used to indicate an ordering or sequence of the values
IndexParametershould be called with a single argument that is an instance ofIntegerType, whose value is strictly positive; zero is not allowednew IndexParameter(new IntegerType(1));