public static enum CostEstimator.ExcludeType extends Enum<CostEstimator.ExcludeType>
Enum Constant and Description |
---|
NONE |
RESULT_LIX |
SHARED_READ |
Modifier and Type | Method and Description |
---|---|
static CostEstimator.ExcludeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CostEstimator.ExcludeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CostEstimator.ExcludeType NONE
public static final CostEstimator.ExcludeType SHARED_READ
public static final CostEstimator.ExcludeType RESULT_LIX
public static CostEstimator.ExcludeType[] values()
for (CostEstimator.ExcludeType c : CostEstimator.ExcludeType.values()) System.out.println(c);
public static CostEstimator.ExcludeType 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 © 2022 The Apache Software Foundation. All rights reserved.