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