public static enum LayoutUtility.ViewUtilityType extends java.lang.Enum<LayoutUtility.ViewUtilityType>
Enum Constant and Description |
---|
CLASSIFICATION |
CLASSIFICATION_PRECISION_RECALL |
CONTINGENCY |
CONTINGENCY_TABLE |
DATA |
EQUIVALENCE_CLASSES |
HISTOGRAM |
HISTOGRAM_TABLE |
LOCAL_RECODING |
PROPERTIES |
QUALITY_MODELS |
SUMMARY |
Modifier and Type | Method and Description |
---|---|
static LayoutUtility.ViewUtilityType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LayoutUtility.ViewUtilityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LayoutUtility.ViewUtilityType CLASSIFICATION
public static final LayoutUtility.ViewUtilityType CLASSIFICATION_PRECISION_RECALL
public static final LayoutUtility.ViewUtilityType DATA
public static final LayoutUtility.ViewUtilityType CONTINGENCY
public static final LayoutUtility.ViewUtilityType CONTINGENCY_TABLE
public static final LayoutUtility.ViewUtilityType HISTOGRAM
public static final LayoutUtility.ViewUtilityType HISTOGRAM_TABLE
public static final LayoutUtility.ViewUtilityType EQUIVALENCE_CLASSES
public static final LayoutUtility.ViewUtilityType SUMMARY
public static final LayoutUtility.ViewUtilityType PROPERTIES
public static final LayoutUtility.ViewUtilityType LOCAL_RECODING
public static final LayoutUtility.ViewUtilityType QUALITY_MODELS
public static LayoutUtility.ViewUtilityType[] values()
for (LayoutUtility.ViewUtilityType c : LayoutUtility.ViewUtilityType.values()) System.out.println(c);
public static LayoutUtility.ViewUtilityType 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