Class DependencyMatrixProfile.LegendLocationEnumeration
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
-
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
-
- com.nomagic.magicdraw.dependencymatrix.persistence.DependencyMatrixProfile.LegendLocationEnumeration
-
- Enclosing class:
- DependencyMatrixProfile
private static class DependencyMatrixProfile.LegendLocationEnumeration extends ProfileImplementation.EnumerationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringABOVE_COLUMN_HEADERprivate EnumerationLiteralaboveColumnHeaderstatic java.lang.StringDO_NOT_DISPLAYprivate EnumerationLiteraldoNotDisplaystatic java.lang.StringTOP_LEFT_CORNERprivate EnumerationLiteraltopLeftCorner
-
Constructor Summary
Constructors Modifier Constructor Description privateLegendLocationEnumeration(DependencyMatrixProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationLiteralgetAboveColumnHeaderEnumerationLiteral()EnumerationLiteralgetDoNotDisplayEnumerationLiteral()EnumerationgetEnumeration()EnumerationLiteralgetTopLeftCornerEnumerationLiteral()-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
TOP_LEFT_CORNER
public static final java.lang.String TOP_LEFT_CORNER
- See Also:
- Constant Field Values
-
ABOVE_COLUMN_HEADER
public static final java.lang.String ABOVE_COLUMN_HEADER
- See Also:
- Constant Field Values
-
DO_NOT_DISPLAY
public static final java.lang.String DO_NOT_DISPLAY
- See Also:
- Constant Field Values
-
topLeftCorner
@CheckForNull private EnumerationLiteral topLeftCorner
-
aboveColumnHeader
@CheckForNull private EnumerationLiteral aboveColumnHeader
-
doNotDisplay
@CheckForNull private EnumerationLiteral doNotDisplay
-
-
Constructor Detail
-
LegendLocationEnumeration
private LegendLocationEnumeration(DependencyMatrixProfile profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getTopLeftCornerEnumerationLiteral
@CheckForNull public EnumerationLiteral getTopLeftCornerEnumerationLiteral()
-
getAboveColumnHeaderEnumerationLiteral
@CheckForNull public EnumerationLiteral getAboveColumnHeaderEnumerationLiteral()
-
getDoNotDisplayEnumerationLiteral
@CheckForNull public EnumerationLiteral getDoNotDisplayEnumerationLiteral()
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-