public enum MuleHotSwitchProfilingFeatures extends Enum<MuleHotSwitchProfilingFeatures> implements org.togglz.core.Feature
Feature's.| Enum Constant and Description |
|---|
PROFILING_SERVICE_FEATURE |
| Modifier and Type | Method and Description |
|---|---|
org.togglz.core.repository.FeatureState |
getFeatureState() |
boolean |
isActive() |
static MuleHotSwitchProfilingFeatures |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MuleHotSwitchProfilingFeatures[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MuleHotSwitchProfilingFeatures PROFILING_SERVICE_FEATURE
public static MuleHotSwitchProfilingFeatures[] values()
for (MuleHotSwitchProfilingFeatures c : MuleHotSwitchProfilingFeatures.values()) System.out.println(c);
public static MuleHotSwitchProfilingFeatures 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 boolean isActive()
public org.togglz.core.repository.FeatureState getFeatureState()
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.