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