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