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