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