Class FacetField

    • Field Detail

      • dim

        public final String dim
        Dimension for this field.
      • path

        public final String[] path
        Path for this field.
    • Constructor Detail

      • FacetField

        public FacetField​(String dim,
                          String... path)
        Creates the this from dim and path.
    • Method Detail

      • toString

        public String toString()
        Description copied from class: Field
        Prints a Field for human consumption.
        Overrides:
        toString in class Field
      • verifyLabel

        public static void verifyLabel​(String label)
        Verifies the label is not null or empty string.