Package com.ongres.scram.common.util
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
Modifier and TypeMethodDescriptionchargetChar()Return the char used to represent this attribute
-
Method Details
-
getChar
char getChar()Return the char used to represent this attribute- Returns:
- The character of the attribute
-