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