Uses of Enum Class
ch.nolix.baseapi.commontypetool.charactertool.CharacterType
Packages that use CharacterType
-
Uses of CharacterType in ch.nolix.baseapi.commontypetool.charactertool
Subclasses with type arguments of type CharacterType in ch.nolix.baseapi.commontypetool.charactertoolMethods in ch.nolix.baseapi.commontypetool.charactertool that return CharacterTypeModifier and TypeMethodDescriptionstatic CharacterTypeCharacterType.ofCharacter(char character) static CharacterTypeReturns the enum constant of this class with the specified name.static CharacterType[]CharacterType.values()Returns an array containing the constants of this enum class, in the order they are declared.