Class ReportedData.Field

    • Constructor Summary

      Constructors 
      Constructor Description
      Field​(java.lang.String variable, java.util.List<? extends java.lang.CharSequence> values)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.CharSequence> getValues()
      Returns a List of the values reported as part of the search.
      java.lang.String getVariable()
      Returns the variable name that the field represents.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Field

        public Field​(java.lang.String variable,
                     java.util.List<? extends java.lang.CharSequence> values)
    • Method Detail

      • getVariable

        public java.lang.String getVariable()
        Returns the variable name that the field represents.
        Returns:
        the variable name of the field.
      • getValues

        public java.util.List<java.lang.CharSequence> getValues()
        Returns a List of the values reported as part of the search.
        Returns:
        the returned values of the search.