public static enum StatusCreate.StatusCategoryEnum extends Enum<StatusCreate.StatusCategoryEnum>
| Enum Constant and Description |
|---|
DONE |
IN_PROGRESS |
TODO |
| Modifier and Type | Method and Description |
|---|---|
static StatusCreate.StatusCategoryEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static StatusCreate.StatusCategoryEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusCreate.StatusCategoryEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatusCreate.StatusCategoryEnum TODO
public static final StatusCreate.StatusCategoryEnum IN_PROGRESS
public static final StatusCreate.StatusCategoryEnum DONE
public static StatusCreate.StatusCategoryEnum[] values()
for (StatusCreate.StatusCategoryEnum c : StatusCreate.StatusCategoryEnum.values()) System.out.println(c);
public static StatusCreate.StatusCategoryEnum 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<StatusCreate.StatusCategoryEnum>public static StatusCreate.StatusCategoryEnum fromValue(String value)
Copyright © 2011–2023 Everit Kft.. All rights reserved.