Uses of Enum
org.jboss.logging.processor.validation.StringFormatPart.Flag
Packages that use StringFormatPart.Flag
-
Uses of StringFormatPart.Flag in org.jboss.logging.processor.validation
Subclasses with type arguments of type StringFormatPart.Flag in org.jboss.logging.processor.validationModifier and TypeClassDescriptionstatic enumThe flags for the string message format.Fields in org.jboss.logging.processor.validation with type parameters of type StringFormatPart.FlagMethods in org.jboss.logging.processor.validation that return StringFormatPart.FlagModifier and TypeMethodDescriptionstatic StringFormatPart.FlagStringFormatPart.Flag.parse(char c) Checks to see if the character is a valid flag.static StringFormatPart.FlagReturns the enum constant of this type with the specified name.static StringFormatPart.Flag[]StringFormatPart.Flag.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.logging.processor.validation that return types with arguments of type StringFormatPart.Flag