Interface CharAttributeValue

All Superinterfaces:
CharAttribute, StringWritable
All Known Implementing Classes:
AbstractCharAttributeValue, Gs2AttributeValue, ScramAttributeValue

public interface CharAttributeValue extends CharAttribute, StringWritable
Augments a CharAttribute with a String value and the method(s) to write its data to a StringBuffer.
  • Method Details

    • getValue

      String getValue()
      Returns the value associated with the CharAttribute
      Returns:
      The String value or null if no value is associated