public static enum ExamplesTable.TableProperties.Decorator extends Enum<ExamplesTable.TableProperties.Decorator>
Enum Constant and Description |
---|
LOWERCASE |
TRIM |
UPPERCASE |
VERBATIM |
Modifier and Type | Method and Description |
---|---|
static ExamplesTable.TableProperties.Decorator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExamplesTable.TableProperties.Decorator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExamplesTable.TableProperties.Decorator LOWERCASE
public static final ExamplesTable.TableProperties.Decorator UPPERCASE
public static final ExamplesTable.TableProperties.Decorator VERBATIM
public static final ExamplesTable.TableProperties.Decorator TRIM
public static ExamplesTable.TableProperties.Decorator[] values()
for (ExamplesTable.TableProperties.Decorator c : ExamplesTable.TableProperties.Decorator.values()) System.out.println(c);
public static ExamplesTable.TableProperties.Decorator 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 nullCopyright © 2003–2021. All rights reserved.