Package de.elo.ix.client
Class ValuesOfObjKey
java.lang.Object
de.elo.ix.client.ValuesOfObjKey
- All Implemented Interfaces:
Serializable
Objects of this class contain the returned data from IXServicePortIF.getDistinctValuesOfObjKey.
- Since:
- 7.00.020.004
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
The sum of all usageCounts.protected int[]
For each entry values[i] the corresponding usageCount[i] tells how often the value is used.protected String[]
ObjKey values. -
Constructor Summary
ConstructorsConstructorDescriptionConstructorCopy constructor -
Method Summary
Modifier and TypeMethodDescriptionint
int[]
String[]
void
setTotalCount
(int totalCount) void
setUsageCounts
(int[] usageCounts) void
toString()
-
Field Details
-
values
ObjKey values. -
usageCounts
protected int[] usageCountsFor each entry values[i] the corresponding usageCount[i] tells how often the value is used. -
totalCount
protected int totalCountThe sum of all usageCounts.
-
-
Constructor Details
-
ValuesOfObjKey
public ValuesOfObjKey()Constructor -
ValuesOfObjKey
Copy constructor- Parameters:
rhs
- Object to copy from
-
-
Method Details