public enum ConfigurationStatusType extends Enum<ConfigurationStatusType>
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationStatusType |
from(int status) |
int |
getDbValue() |
String |
getName() |
boolean |
isDisabled() |
boolean |
isEnabled() |
static ConfigurationStatusType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationStatusType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationStatusType DISABLED
public static final ConfigurationStatusType ENABLED
public static ConfigurationStatusType[] values()
for (ConfigurationStatusType c : ConfigurationStatusType.values()) System.out.println(c);
public static ConfigurationStatusType 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 static ConfigurationStatusType from(int status) throws ValidationInsightSystemException
ValidationInsightSystemExceptionpublic int getDbValue()
public String getName()
public boolean isEnabled()
public boolean isDisabled()
Copyright © 2024 Atlassian. All rights reserved.