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