public enum FeatureStatus extends Enum<FeatureStatus>
Enum Constant and Description |
---|
FEATURE_DISABLED |
FEATURE_ENABLED |
INACCESSIBLE |
Modifier and Type | Method and Description |
---|---|
static FeatureStatus |
checkFeatureStatus(FeatureEnabledChecker checker) |
static FeatureStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureStatus INACCESSIBLE
public static final FeatureStatus FEATURE_DISABLED
public static final FeatureStatus FEATURE_ENABLED
public static FeatureStatus[] values()
for (FeatureStatus c : FeatureStatus.values()) System.out.println(c);
public static FeatureStatus 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 FeatureStatus checkFeatureStatus(FeatureEnabledChecker checker)
Copyright © 2024 Atlassian. All rights reserved.