public static enum Annotations.FormatType extends Enum<Annotations.FormatType>
Enum Constant and Description |
---|
MESSAGE_FORMAT |
NO_FORMAT |
PRINTF |
Modifier and Type | Method and Description |
---|---|
Class<?> |
formatClass() |
char |
logType() |
String |
staticMethod() |
static Annotations.FormatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Annotations.FormatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Annotations.FormatType MESSAGE_FORMAT
public static final Annotations.FormatType PRINTF
public static final Annotations.FormatType NO_FORMAT
public static Annotations.FormatType[] values()
for (Annotations.FormatType c : Annotations.FormatType.values()) System.out.println(c);
public static Annotations.FormatType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic char logType()
public Class<?> formatClass()
public String staticMethod()
Copyright © 2023 JBoss by Red Hat. All rights reserved.