Package com.nomagic.uml2
Class MagicDrawProfile.TreeStructureEnumerationEnumeration
- java.lang.Object
-
- com.nomagic.uml2.MagicDrawProfile.TreeStructureEnumerationEnumeration
-
- Enclosing class:
- MagicDrawProfile
private static class MagicDrawProfile.TreeStructureEnumerationEnumeration extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteral
composition
static java.lang.String
COMPOSITION
private EnumerationLiteral
containment
static java.lang.String
CONTAINMENT
private EnumerationLiteral
inheritance
static java.lang.String
INHERITANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
TreeStructureEnumerationEnumeration(MagicDrawProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
clear()
EnumerationLiteral
getCompositionEnumerationLiteral()
EnumerationLiteral
getContainmentEnumerationLiteral()
Enumeration
getEnumeration()
EnumerationLiteral
getInheritanceEnumerationLiteral()
-
-
-
Field Detail
-
CONTAINMENT
public static final java.lang.String CONTAINMENT
- See Also:
- Constant Field Values
-
COMPOSITION
public static final java.lang.String COMPOSITION
- See Also:
- Constant Field Values
-
INHERITANCE
public static final java.lang.String INHERITANCE
- See Also:
- Constant Field Values
-
containment
@CheckForNull private EnumerationLiteral containment
-
composition
@CheckForNull private EnumerationLiteral composition
-
inheritance
@CheckForNull private EnumerationLiteral inheritance
-
-
Constructor Detail
-
TreeStructureEnumerationEnumeration
private TreeStructureEnumerationEnumeration(MagicDrawProfile profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getContainmentEnumerationLiteral
@CheckForNull public EnumerationLiteral getContainmentEnumerationLiteral()
-
getCompositionEnumerationLiteral
@CheckForNull public EnumerationLiteral getCompositionEnumerationLiteral()
-
getInheritanceEnumerationLiteral
@CheckForNull public EnumerationLiteral getInheritanceEnumerationLiteral()
-
clear
protected void clear()
-
-