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