Package com.ongres.scram.common.util
Interface CharAttributeValue
- All Superinterfaces:
CharAttribute
,StringWritable
- All Known Implementing Classes:
AbstractCharAttributeValue
,Gs2AttributeValue
,ScramAttributeValue
Augments a
CharAttribute
with a String value and the method(s) to write its data to a StringBuffer.-
Method Summary
Methods inherited from interface com.ongres.scram.common.util.CharAttribute
getChar
Methods inherited from interface com.ongres.scram.common.util.StringWritable
writeTo
-
Method Details
-
getValue
String getValue()Returns the value associated with theCharAttribute
- Returns:
- The String value or null if no value is associated
-