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