public static enum FaultToleranceMetrics.FallbackUsage extends Enum<FaultToleranceMetrics.FallbackUsage>
Enum Constant and Description |
---|
applied |
notApplied |
notDefined |
Modifier and Type | Method and Description |
---|---|
static FaultToleranceMetrics.FallbackUsage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FaultToleranceMetrics.FallbackUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FaultToleranceMetrics.FallbackUsage applied
public static final FaultToleranceMetrics.FallbackUsage notApplied
public static final FaultToleranceMetrics.FallbackUsage notDefined
public static FaultToleranceMetrics.FallbackUsage[] values()
for (FaultToleranceMetrics.FallbackUsage c : FaultToleranceMetrics.FallbackUsage.values()) System.out.println(c);
public static FaultToleranceMetrics.FallbackUsage 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 nullCopyright © 2021. All rights reserved.