Interface CharAttributeValue
-
- All Superinterfaces:
CharAttribute
,StringWritable
- All Known Implementing Classes:
AbstractCharAttributeValue
,Gs2AttributeValue
,ScramAttributeValue
public interface CharAttributeValue extends CharAttribute, StringWritable
Augments aCharAttribute
with a String value and the method(s) to write its data to a StringBuffer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getValue()
Returns the value associated with theCharAttribute
-
Methods inherited from interface com.impossibl.postgres.protocol.sasl.scram.util.CharAttribute
getChar
-
Methods inherited from interface com.impossibl.postgres.protocol.sasl.scram.util.StringWritable
writeTo
-
-
-
-
Method Detail
-
getValue
String getValue()
Returns the value associated with theCharAttribute
- Returns:
- The String value or null if no value is associated
-
-