Class DependencyMatrixProfile.RelationOptionEnumeration
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
-
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
-
- com.nomagic.magicdraw.dependencymatrix.persistence.DependencyMatrixProfile.RelationOptionEnumeration
-
- Enclosing class:
- DependencyMatrixProfile
private static class DependencyMatrixProfile.RelationOptionEnumeration extends ProfileImplementation.EnumerationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteralallstatic java.lang.StringALLstatic java.lang.StringCOLUMNS_WITHOUT_RELATIONSprivate EnumerationLiteralcolumnswithoutrelationsstatic java.lang.StringROWS_WITHOUT_RELATIONSprivate EnumerationLiteralrowswithoutrelationsstatic java.lang.StringWITH_RELATIONSstatic java.lang.StringWITHOUT_RELATIONSprivate EnumerationLiteralwithoutrelationsprivate EnumerationLiteralwithrelations
-
Constructor Summary
Constructors Modifier Constructor Description privateRelationOptionEnumeration(DependencyMatrixProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationLiteralgetAllEnumerationLiteral()EnumerationLiteralgetColumnswithoutrelationsEnumerationLiteral()EnumerationgetEnumeration()EnumerationLiteralgetRowswithoutrelationsEnumerationLiteral()EnumerationLiteralgetWithoutrelationsEnumerationLiteral()EnumerationLiteralgetWithrelationsEnumerationLiteral()-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
ALL
public static final java.lang.String ALL
- See Also:
- Constant Field Values
-
WITH_RELATIONS
public static final java.lang.String WITH_RELATIONS
- See Also:
- Constant Field Values
-
WITHOUT_RELATIONS
public static final java.lang.String WITHOUT_RELATIONS
- See Also:
- Constant Field Values
-
COLUMNS_WITHOUT_RELATIONS
public static final java.lang.String COLUMNS_WITHOUT_RELATIONS
- See Also:
- Constant Field Values
-
ROWS_WITHOUT_RELATIONS
public static final java.lang.String ROWS_WITHOUT_RELATIONS
- See Also:
- Constant Field Values
-
all
@CheckForNull private EnumerationLiteral all
-
withrelations
@CheckForNull private EnumerationLiteral withrelations
-
withoutrelations
@CheckForNull private EnumerationLiteral withoutrelations
-
columnswithoutrelations
@CheckForNull private EnumerationLiteral columnswithoutrelations
-
rowswithoutrelations
@CheckForNull private EnumerationLiteral rowswithoutrelations
-
-
Constructor Detail
-
RelationOptionEnumeration
private RelationOptionEnumeration(DependencyMatrixProfile profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getAllEnumerationLiteral
@CheckForNull public EnumerationLiteral getAllEnumerationLiteral()
-
getWithrelationsEnumerationLiteral
@CheckForNull public EnumerationLiteral getWithrelationsEnumerationLiteral()
-
getWithoutrelationsEnumerationLiteral
@CheckForNull public EnumerationLiteral getWithoutrelationsEnumerationLiteral()
-
getColumnswithoutrelationsEnumerationLiteral
@CheckForNull public EnumerationLiteral getColumnswithoutrelationsEnumerationLiteral()
-
getRowswithoutrelationsEnumerationLiteral
@CheckForNull public EnumerationLiteral getRowswithoutrelationsEnumerationLiteral()
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-