Uses of Enum Class
ch.nolix.baseapi.commontype.charactertool.CharacterType
Packages that use CharacterType
-
Uses of CharacterType in ch.nolix.baseapi.commontype.charactertool
Subclasses with type arguments of type CharacterType in ch.nolix.baseapi.commontype.charactertoolMethods in ch.nolix.baseapi.commontype.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.