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