Uses of Class
org.jboss.logging.processor.validation.StringFormatPart.Flag
-
Packages that use StringFormatPart.Flag Package Description org.jboss.logging.processor.validation -
-
Uses of StringFormatPart.Flag in org.jboss.logging.processor.validation
Fields in org.jboss.logging.processor.validation with type parameters of type StringFormatPart.Flag Modifier and Type Field Description private java.util.Set<StringFormatPart.Flag>
StringFormatPart. flags
Methods in org.jboss.logging.processor.validation that return StringFormatPart.Flag Modifier and Type Method Description static StringFormatPart.Flag
StringFormatPart.Flag. parse(char c)
Checks to see if the character is a valid flag.static StringFormatPart.Flag
StringFormatPart.Flag. valueOf(java.lang.String name)
Returns 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 Modifier and Type Method Description java.util.Set<StringFormatPart.Flag>
StringFormatPart. flags()
A collection of the flags.
-