Interface CharAttribute
-
- All Known Subinterfaces:
CharAttributeValue
- All Known Implementing Classes:
AbstractCharAttributeValue,Gs2Attributes,Gs2AttributeValue,Gs2CbindFlag,ScramAttributes,ScramAttributeValue
public interface CharAttributeRepresents 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 chargetChar()Return the char used to represent this attribute
-