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