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