Class DependencyMatrixProfile.OwnerDisplayModeEnumeration
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
-
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
-
- com.nomagic.magicdraw.dependencymatrix.persistence.DependencyMatrixProfile.OwnerDisplayModeEnumeration
-
- Enclosing class:
- DependencyMatrixProfile
private static class DependencyMatrixProfile.OwnerDisplayModeEnumeration extends ProfileImplementation.EnumerationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOMPACT_TREEprivate EnumerationLiteralcompacttreestatic java.lang.StringCOMPLETE_TREEprivate EnumerationLiteralcompletetreestatic java.lang.StringFULL_QUALIFIED_NAMEprivate EnumerationLiteralfullqualifiednameprivate EnumerationLiteralhiddenstatic java.lang.StringHIDDEN
-
Constructor Summary
Constructors Modifier Constructor Description privateOwnerDisplayModeEnumeration(DependencyMatrixProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationLiteralgetCompacttreeEnumerationLiteral()EnumerationLiteralgetCompletetreeEnumerationLiteral()EnumerationgetEnumeration()EnumerationLiteralgetFullqualifiednameEnumerationLiteral()EnumerationLiteralgetHiddenEnumerationLiteral()-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
COMPLETE_TREE
public static final java.lang.String COMPLETE_TREE
- See Also:
- Constant Field Values
-
HIDDEN
public static final java.lang.String HIDDEN
- See Also:
- Constant Field Values
-
FULL_QUALIFIED_NAME
public static final java.lang.String FULL_QUALIFIED_NAME
- See Also:
- Constant Field Values
-
COMPACT_TREE
public static final java.lang.String COMPACT_TREE
- See Also:
- Constant Field Values
-
completetree
@CheckForNull private EnumerationLiteral completetree
-
hidden
@CheckForNull private EnumerationLiteral hidden
-
fullqualifiedname
@CheckForNull private EnumerationLiteral fullqualifiedname
-
compacttree
@CheckForNull private EnumerationLiteral compacttree
-
-
Constructor Detail
-
OwnerDisplayModeEnumeration
private OwnerDisplayModeEnumeration(DependencyMatrixProfile profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getCompletetreeEnumerationLiteral
@CheckForNull public EnumerationLiteral getCompletetreeEnumerationLiteral()
-
getHiddenEnumerationLiteral
@CheckForNull public EnumerationLiteral getHiddenEnumerationLiteral()
-
getFullqualifiednameEnumerationLiteral
@CheckForNull public EnumerationLiteral getFullqualifiednameEnumerationLiteral()
-
getCompacttreeEnumerationLiteral
@CheckForNull public EnumerationLiteral getCompacttreeEnumerationLiteral()
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-