private static enum EffectiveAlternativeSelector.AlternativeFitness extends java.lang.Enum<EffectiveAlternativeSelector.AlternativeFitness>
| Enum Constant and Description |
|---|
INVALID |
PARTIALLY_SUPPORTED |
SUPPORTED |
SUPPORTED_EMPTY |
UNEVALUATED |
UNKNOWN |
UNSUPPORTED |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract EffectiveAlternativeSelector.AlternativeFitness |
combine(PolicyAssertionValidator.Fitness assertionFitness) |
static EffectiveAlternativeSelector.AlternativeFitness |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EffectiveAlternativeSelector.AlternativeFitness[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EffectiveAlternativeSelector.AlternativeFitness UNEVALUATED
public static final EffectiveAlternativeSelector.AlternativeFitness INVALID
public static final EffectiveAlternativeSelector.AlternativeFitness UNKNOWN
public static final EffectiveAlternativeSelector.AlternativeFitness UNSUPPORTED
public static final EffectiveAlternativeSelector.AlternativeFitness PARTIALLY_SUPPORTED
public static final EffectiveAlternativeSelector.AlternativeFitness SUPPORTED_EMPTY
public static final EffectiveAlternativeSelector.AlternativeFitness SUPPORTED
public static EffectiveAlternativeSelector.AlternativeFitness[] values()
for (EffectiveAlternativeSelector.AlternativeFitness c : EffectiveAlternativeSelector.AlternativeFitness.values()) System.out.println(c);
public static EffectiveAlternativeSelector.AlternativeFitness valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullabstract EffectiveAlternativeSelector.AlternativeFitness combine(PolicyAssertionValidator.Fitness assertionFitness)