Class ValuesOfObjKey

java.lang.Object
de.elo.ix.client.ValuesOfObjKey
All Implemented Interfaces:
Serializable

public class ValuesOfObjKey extends Object implements Serializable
Objects of this class contain the returned data from IXServicePortIF.getDistinctValuesOfObjKey.
Since:
7.00.020.004
See Also:
  • Field Details

    • values

      protected String[] values
      ObjKey values.
    • usageCounts

      protected int[] usageCounts
      For each entry values[i] the corresponding usageCount[i] tells how often the value is used.
    • totalCount

      protected int totalCount
      The sum of all usageCounts.
  • Constructor Details

    • ValuesOfObjKey

      public ValuesOfObjKey()
      Constructor
    • ValuesOfObjKey

      public ValuesOfObjKey(ValuesOfObjKey rhs)
      Copy constructor
      Parameters:
      rhs - Object to copy from
  • Method Details

    • getValues

      public String[] getValues()
    • setValues

      public void setValues(String[] values)
    • getUsageCounts

      public int[] getUsageCounts()
    • setUsageCounts

      public void setUsageCounts(int[] usageCounts)
    • getTotalCount

      public int getTotalCount()
    • setTotalCount

      public void setTotalCount(int totalCount)
    • toString

      public String toString()
      Overrides:
      toString in class Object