Interface CharAttribute
-
- All Known Subinterfaces:
CharAttributeValue
- All Known Implementing Classes:
AbstractCharAttributeValue
,Gs2Attributes
,Gs2AttributeValue
,Gs2CbindFlag
,ScramAttributes
,ScramAttributeValue
public interface CharAttribute
Represents an attribute (a key name) that is represented by a single char.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description char
getChar()
Return the char used to represent this attribute
-