public static enum ModelRisk.ViewRiskType extends java.lang.Enum<ModelRisk.ViewRiskType>
Enum Constant and Description |
---|
ATTRIBUTES |
CELL_BASED |
CLASSES_PLOT |
CLASSES_TABLE |
HIPAA_ATTRIBUTES |
OVERVIEW |
UNIQUES_ALL |
UNIQUES_DANKAR |
Modifier and Type | Method and Description |
---|---|
static ModelRisk.ViewRiskType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelRisk.ViewRiskType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelRisk.ViewRiskType CLASSES_PLOT
public static final ModelRisk.ViewRiskType CLASSES_TABLE
public static final ModelRisk.ViewRiskType CELL_BASED
public static final ModelRisk.ViewRiskType ATTRIBUTES
public static final ModelRisk.ViewRiskType HIPAA_ATTRIBUTES
public static final ModelRisk.ViewRiskType UNIQUES_DANKAR
public static final ModelRisk.ViewRiskType UNIQUES_ALL
public static final ModelRisk.ViewRiskType OVERVIEW
public static ModelRisk.ViewRiskType[] values()
for (ModelRisk.ViewRiskType c : ModelRisk.ViewRiskType.values()) System.out.println(c);
public static ModelRisk.ViewRiskType 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