Class DependencyMatrixProfile.TextDirectionEnumeration
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
-
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
-
- com.nomagic.magicdraw.dependencymatrix.persistence.DependencyMatrixProfile.TextDirectionEnumeration
-
- Enclosing class:
- DependencyMatrixProfile
private static class DependencyMatrixProfile.TextDirectionEnumeration extends ProfileImplementation.EnumerationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteralhorizontalstatic java.lang.StringHORIZONTALprivate EnumerationLiteralverticalstatic java.lang.StringVERTICAL
-
Constructor Summary
Constructors Modifier Constructor Description privateTextDirectionEnumeration(DependencyMatrixProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationgetEnumeration()EnumerationLiteralgetHorizontalEnumerationLiteral()EnumerationLiteralgetVerticalEnumerationLiteral()-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
VERTICAL
public static final java.lang.String VERTICAL
- See Also:
- Constant Field Values
-
HORIZONTAL
public static final java.lang.String HORIZONTAL
- See Also:
- Constant Field Values
-
vertical
@CheckForNull private EnumerationLiteral vertical
-
horizontal
@CheckForNull private EnumerationLiteral horizontal
-
-
Constructor Detail
-
TextDirectionEnumeration
private TextDirectionEnumeration(DependencyMatrixProfile profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getVerticalEnumerationLiteral
@CheckForNull public EnumerationLiteral getVerticalEnumerationLiteral()
-
getHorizontalEnumerationLiteral
@CheckForNull public EnumerationLiteral getHorizontalEnumerationLiteral()
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-