public static enum TextAttributeDefView.TextTransform extends Enum<TextAttributeDefView.TextTransform>
| Enum Constant and Description |
|---|
CAMELCASE |
LOWERCASE |
NONE |
UPPERCASE |
| Modifier and Type | Method and Description |
|---|---|
static TextAttributeDefView.TextTransform |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextAttributeDefView.TextTransform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextAttributeDefView.TextTransform NONE
public static final TextAttributeDefView.TextTransform UPPERCASE
public static final TextAttributeDefView.TextTransform LOWERCASE
public static final TextAttributeDefView.TextTransform CAMELCASE
public static TextAttributeDefView.TextTransform[] values()
for (TextAttributeDefView.TextTransform c : TextAttributeDefView.TextTransform.values()) System.out.println(c);
public static TextAttributeDefView.TextTransform 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 © 2022 Open Foris. All rights reserved.