Class FacetGT

  • All Implemented Interfaces:
    Facet

    public class FacetGT
    extends Object
    implements Facet
    Author:
    dzwiers
    • Constructor Detail

      • FacetGT

        public FacetGT​(int type,
                       String value)
        Creates a new FacetGT object.
    • Method Detail

      • getFacetType

        public int getFacetType()
        Description copied from interface: Facet
        The Facet Type -- selected from one of the above constant values
        Specified by:
        getFacetType in interface Facet
        See Also:
        Facet.getFacetType()
      • getValue

        public String getValue()
        Description copied from interface: Facet
        The facet's constraint
        Specified by:
        getValue in interface Facet
        See Also:
        Facet.getValue()