Class FacetElement.TextFacet

All Implemented Interfaces:
IComponent
Direct Known Subclasses:
FacetElement.MaxExclusive, FacetElement.MaxInclusive, FacetElement.MinExclusive, FacetElement.MinInclusive, FacetElement.WhiteSpace
Enclosing class:
FacetElement

public abstract static class FacetElement.TextFacet extends FacetElement.FixedFacet
  • Field Details

    • m_value

      private String m_value
      "value" attribute value.
  • Constructor Details

    • TextFacet

      public TextFacet(int type, int bit, int exclude)
      Constructor. Just passes on the element type to base class.
      Parameters:
      type -
      bit - mask
      exclude - exclusion bit mask
  • Method Details

    • getValue

      public String getValue()
      Get "value" attribute value.
      Returns:
      value attribute value
    • setValue

      public void setValue(String value)
      Set "value" attribute value.
      Parameters:
      value - value attribute value