public enum PetStoreFeatures extends Enum<PetStoreFeatures> implements org.mule.runtime.api.config.Feature
| Enum Constant and Description |
|---|
LEGACY_FEATURE_ONE |
LEGACY_FEATURE_TWO |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getIssueId() |
Optional<String> |
getOverridingSystemPropertyName() |
String |
getSince() |
static PetStoreFeatures |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PetStoreFeatures[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PetStoreFeatures LEGACY_FEATURE_ONE
public static final PetStoreFeatures LEGACY_FEATURE_TWO
public static PetStoreFeatures[] values()
for (PetStoreFeatures c : PetStoreFeatures.values()) System.out.println(c);
public static PetStoreFeatures 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 getDescription()
getDescription in interface org.mule.runtime.api.config.Featurepublic String getIssueId()
getIssueId in interface org.mule.runtime.api.config.Featurepublic String getSince()
getSince in interface org.mule.runtime.api.config.FeatureCopyright © 2003–2021 MuleSoft, Inc.. All rights reserved.