public static enum TechnicalImpactFactor.LossOfIntegrity extends Enum<TechnicalImpactFactor.LossOfIntegrity> implements ILikelihood
| Enum Constant and Description |
|---|
ALL_DATA_TOTALLY_CORRUPT |
EXTENSIVE_SERIOUSLY_CORRUPT_DATA |
EXTENSIVE_SLIGHTLY_CORRUPT_DATA |
MINIMAL_SERIOUSLY_CORRUPT_DATA |
MINIMAL_SLIGHTLY_CORRUPT_DATA |
| Modifier and Type | Method and Description |
|---|---|
static TechnicalImpactFactor.LossOfIntegrity |
fromDouble(double level) |
static TechnicalImpactFactor.LossOfIntegrity |
fromString(String level) |
double |
getLikelihood() |
static TechnicalImpactFactor.LossOfIntegrity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TechnicalImpactFactor.LossOfIntegrity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TechnicalImpactFactor.LossOfIntegrity MINIMAL_SLIGHTLY_CORRUPT_DATA
public static final TechnicalImpactFactor.LossOfIntegrity MINIMAL_SERIOUSLY_CORRUPT_DATA
public static final TechnicalImpactFactor.LossOfIntegrity EXTENSIVE_SLIGHTLY_CORRUPT_DATA
public static final TechnicalImpactFactor.LossOfIntegrity EXTENSIVE_SERIOUSLY_CORRUPT_DATA
public static final TechnicalImpactFactor.LossOfIntegrity ALL_DATA_TOTALLY_CORRUPT
public static TechnicalImpactFactor.LossOfIntegrity[] values()
for (TechnicalImpactFactor.LossOfIntegrity c : TechnicalImpactFactor.LossOfIntegrity.values()) System.out.println(c);
public static TechnicalImpactFactor.LossOfIntegrity 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 double getLikelihood()
getLikelihood in interface ILikelihoodpublic static TechnicalImpactFactor.LossOfIntegrity fromDouble(double level)
public static TechnicalImpactFactor.LossOfIntegrity fromString(String level)
Copyright © 2019–2022. All rights reserved.