Package com.nomagic.uml2
Class MagicDrawProfile.MetricTypeEnumeration
- java.lang.Object
-
- com.nomagic.uml2.MagicDrawProfile.MetricTypeEnumeration
-
- Enclosing class:
- MagicDrawProfile
private static class MagicDrawProfile.MetricTypeEnumeration extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ELEMENT_QUANTITY
private EnumerationLiteral
elementQuantity
static java.lang.String
FAILED_ELEMENT_PERCENTAGE
static java.lang.String
FAILED_ELEMENT_QUANTITY
private EnumerationLiteral
failedElementPercentage
private EnumerationLiteral
failedElementQuantity
static java.lang.String
FAILURE_QUANTITY
private EnumerationLiteral
failureQuantity
static java.lang.String
PASSED_ELEMENT_PERCENTAGE
static java.lang.String
PASSED_ELEMENT_QUANTITY
private EnumerationLiteral
passedElementPercentage
private EnumerationLiteral
passedElementQuantity
-
Constructor Summary
Constructors Modifier Constructor Description private
MetricTypeEnumeration(MagicDrawProfile profile)
-
Method Summary
-
-
-
Field Detail
-
ELEMENT_QUANTITY
public static final java.lang.String ELEMENT_QUANTITY
- See Also:
- Constant Field Values
-
PASSED_ELEMENT_QUANTITY
public static final java.lang.String PASSED_ELEMENT_QUANTITY
- See Also:
- Constant Field Values
-
FAILED_ELEMENT_QUANTITY
public static final java.lang.String FAILED_ELEMENT_QUANTITY
- See Also:
- Constant Field Values
-
FAILURE_QUANTITY
public static final java.lang.String FAILURE_QUANTITY
- See Also:
- Constant Field Values
-
PASSED_ELEMENT_PERCENTAGE
public static final java.lang.String PASSED_ELEMENT_PERCENTAGE
- See Also:
- Constant Field Values
-
FAILED_ELEMENT_PERCENTAGE
public static final java.lang.String FAILED_ELEMENT_PERCENTAGE
- See Also:
- Constant Field Values
-
elementQuantity
@CheckForNull private EnumerationLiteral elementQuantity
-
passedElementQuantity
@CheckForNull private EnumerationLiteral passedElementQuantity
-
failedElementQuantity
@CheckForNull private EnumerationLiteral failedElementQuantity
-
failureQuantity
@CheckForNull private EnumerationLiteral failureQuantity
-
passedElementPercentage
@CheckForNull private EnumerationLiteral passedElementPercentage
-
failedElementPercentage
@CheckForNull private EnumerationLiteral failedElementPercentage
-
-
Constructor Detail
-
MetricTypeEnumeration
private MetricTypeEnumeration(MagicDrawProfile profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getElementQuantityEnumerationLiteral
@CheckForNull public EnumerationLiteral getElementQuantityEnumerationLiteral()
-
getPassedElementQuantityEnumerationLiteral
@CheckForNull public EnumerationLiteral getPassedElementQuantityEnumerationLiteral()
-
getFailedElementQuantityEnumerationLiteral
@CheckForNull public EnumerationLiteral getFailedElementQuantityEnumerationLiteral()
-
getFailureQuantityEnumerationLiteral
@CheckForNull public EnumerationLiteral getFailureQuantityEnumerationLiteral()
-
getPassedElementPercentageEnumerationLiteral
@CheckForNull public EnumerationLiteral getPassedElementPercentageEnumerationLiteral()
-
getFailedElementPercentageEnumerationLiteral
@CheckForNull public EnumerationLiteral getFailedElementPercentageEnumerationLiteral()
-
clear
protected void clear()
-
-