public static enum TextFrameFormat.WrapTextEnum extends Enum<TextFrameFormat.WrapTextEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
TextFrameFormat.WrapTextEnum.Adapter |
| Enum Constant and Description |
|---|
FALSE |
NOTDEFINED |
TRUE |
| Modifier and Type | Method and Description |
|---|---|
static TextFrameFormat.WrapTextEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static TextFrameFormat.WrapTextEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextFrameFormat.WrapTextEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextFrameFormat.WrapTextEnum FALSE
public static final TextFrameFormat.WrapTextEnum TRUE
public static final TextFrameFormat.WrapTextEnum NOTDEFINED
public static TextFrameFormat.WrapTextEnum[] values()
for (TextFrameFormat.WrapTextEnum c : TextFrameFormat.WrapTextEnum.values()) System.out.println(c);
public static TextFrameFormat.WrapTextEnum 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 String getValue()
public String toString()
toString in class Enum<TextFrameFormat.WrapTextEnum>public static TextFrameFormat.WrapTextEnum fromValue(String text)
Copyright © 2025. All rights reserved.