Package | Description |
---|---|
org.jboss.logging.processor.validation |
Modifier and Type | Field and Description |
---|---|
private StringFormatPart.Conversion |
StringFormatPart.conversion |
Modifier and Type | Method and Description |
---|---|
StringFormatPart.Conversion |
StringFormatPart.conversion()
The conversion for the string format.
|
static StringFormatPart.Conversion |
StringFormatPart.Conversion.fromChar(char c)
Converts the character into a conversion descriptor.
|
static StringFormatPart.Conversion |
StringFormatPart.Conversion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StringFormatPart.Conversion[] |
StringFormatPart.Conversion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|