public static enum ModelRisk.RiskModelForAttributes extends java.lang.Enum<ModelRisk.RiskModelForAttributes>
Enum Constant and Description |
---|
POPULATION_UNIQUENESS_DANKAR |
POPULATION_UNIQUENESS_PITMAN |
POPULATION_UNIQUENESS_SNB |
POPULATION_UNIQUENESS_ZAYATZ |
SAMPLE_UNIQUENESS |
Modifier and Type | Method and Description |
---|---|
static ModelRisk.RiskModelForAttributes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelRisk.RiskModelForAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelRisk.RiskModelForAttributes SAMPLE_UNIQUENESS
public static final ModelRisk.RiskModelForAttributes POPULATION_UNIQUENESS_PITMAN
public static final ModelRisk.RiskModelForAttributes POPULATION_UNIQUENESS_ZAYATZ
public static final ModelRisk.RiskModelForAttributes POPULATION_UNIQUENESS_DANKAR
public static final ModelRisk.RiskModelForAttributes POPULATION_UNIQUENESS_SNB
public static ModelRisk.RiskModelForAttributes[] values()
for (ModelRisk.RiskModelForAttributes c : ModelRisk.RiskModelForAttributes.values()) System.out.println(c);
public static ModelRisk.RiskModelForAttributes 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 null