Class DependencyMatrixProfile.SortingModeEnumeration
- java.lang.Object
 - 
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
 - 
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
 - 
- com.nomagic.magicdraw.dependencymatrix.persistence.DependencyMatrixProfile.SortingModeEnumeration
 
 
 
 
- 
- Enclosing class:
 - DependencyMatrixProfile
 
private static class DependencyMatrixProfile.SortingModeEnumeration extends ProfileImplementation.EnumerationWrapper
 
- 
- 
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteralascendingstatic java.lang.StringASCENDINGprivate EnumerationLiteralcustomstatic java.lang.StringCUSTOMprivate EnumerationLiteraldescendingstatic java.lang.StringDESCENDING 
- 
Constructor Summary
Constructors Modifier Constructor Description privateSortingModeEnumeration(DependencyMatrixProfile profile) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationLiteralgetAscendingEnumerationLiteral()EnumerationLiteralgetCustomEnumerationLiteral()EnumerationLiteralgetDescendingEnumerationLiteral()EnumerationgetEnumeration()- 
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName 
- 
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName 
 - 
 
 - 
 
- 
- 
Field Detail
- 
ASCENDING
public static final java.lang.String ASCENDING
- See Also:
 - Constant Field Values
 
 
- 
DESCENDING
public static final java.lang.String DESCENDING
- See Also:
 - Constant Field Values
 
 
- 
CUSTOM
public static final java.lang.String CUSTOM
- See Also:
 - Constant Field Values
 
 
- 
ascending
@CheckForNull private EnumerationLiteral ascending
 
- 
descending
@CheckForNull private EnumerationLiteral descending
 
- 
custom
@CheckForNull private EnumerationLiteral custom
 
 - 
 
- 
Constructor Detail
- 
SortingModeEnumeration
private SortingModeEnumeration(DependencyMatrixProfile profile)
 
 - 
 
- 
Method Detail
- 
getEnumeration
@CheckForNull public Enumeration getEnumeration()
 
- 
getAscendingEnumerationLiteral
@CheckForNull public EnumerationLiteral getAscendingEnumerationLiteral()
 
- 
getDescendingEnumerationLiteral
@CheckForNull public EnumerationLiteral getDescendingEnumerationLiteral()
 
- 
getCustomEnumerationLiteral
@CheckForNull public EnumerationLiteral getCustomEnumerationLiteral()
 
- 
clear
protected void clear()
- Overrides:
 clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
 
 - 
 
 -