public static enum MagicDrawProfile.MetricTypeEnum extends java.lang.Enum<MagicDrawProfile.MetricTypeEnum>
| Enum Constant and Description |
|---|
ELEMENT_QUANTITY |
FAILED_ELEMENT_PERCENTAGE |
FAILED_ELEMENT_QUANTITY |
FAILURE_QUANTITY |
PASSED_ELEMENT_PERCENTAGE |
PASSED_ELEMENT_QUANTITY |
| Modifier and Type | Method and Description |
|---|---|
static MagicDrawProfile.MetricTypeEnum |
from(java.lang.Object o) |
java.lang.String |
getText() |
static MagicDrawProfile.MetricTypeEnum |
toEnum(EnumerationLiteral literal) |
static EnumerationLiteral |
toEnumerationLiteral(MagicDrawProfile profile,
MagicDrawProfile.MetricTypeEnum anEnum) |
static MagicDrawProfile.MetricTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MagicDrawProfile.MetricTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MagicDrawProfile.MetricTypeEnum ELEMENT_QUANTITY
public static final MagicDrawProfile.MetricTypeEnum PASSED_ELEMENT_QUANTITY
public static final MagicDrawProfile.MetricTypeEnum FAILED_ELEMENT_QUANTITY
public static final MagicDrawProfile.MetricTypeEnum FAILURE_QUANTITY
public static final MagicDrawProfile.MetricTypeEnum PASSED_ELEMENT_PERCENTAGE
public static final MagicDrawProfile.MetricTypeEnum FAILED_ELEMENT_PERCENTAGE
public static MagicDrawProfile.MetricTypeEnum[] values()
for (MagicDrawProfile.MetricTypeEnum c : MagicDrawProfile.MetricTypeEnum.values()) System.out.println(c);
public static MagicDrawProfile.MetricTypeEnum 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 nullpublic java.lang.String getText()
@CheckForNull public static MagicDrawProfile.MetricTypeEnum from(@CheckForNull java.lang.Object o)
@CheckForNull public static MagicDrawProfile.MetricTypeEnum toEnum(EnumerationLiteral literal)
@CheckForNull public static EnumerationLiteral toEnumerationLiteral(MagicDrawProfile profile, MagicDrawProfile.MetricTypeEnum anEnum)