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