Package | Description |
---|---|
org.jboss.logging.processor.validation |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<StringFormatPart.Flag> |
StringFormatPart.flags |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<StringFormatPart.Flag> |
StringFormatPart.flags()
A collection of the flags.
|