Package com.nomagic.uml2
Class MagicDrawProfile.RelationMapLayoutEnumerationEnumeration
- java.lang.Object
 - 
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
 - 
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
 - 
- com.nomagic.uml2.MagicDrawProfile.RelationMapLayoutEnumerationEnumeration
 
 
 
 
- 
- Enclosing class:
 - MagicDrawProfile
 
private static class MagicDrawProfile.RelationMapLayoutEnumerationEnumeration extends ProfileImplementation.EnumerationWrapper
 
- 
- 
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteralradialstatic java.lang.StringRADIALprivate EnumerationLiteraltreestatic java.lang.StringTREE 
- 
Constructor Summary
Constructors Modifier Constructor Description privateRelationMapLayoutEnumerationEnumeration(MagicDrawProfile profile) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationgetEnumeration()EnumerationLiteralgetRadialEnumerationLiteral()EnumerationLiteralgetTreeEnumerationLiteral()- 
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName 
- 
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName 
 - 
 
 - 
 
- 
- 
Field Detail
- 
RADIAL
public static final java.lang.String RADIAL
- See Also:
 - Constant Field Values
 
 
- 
TREE
public static final java.lang.String TREE
- See Also:
 - Constant Field Values
 
 
- 
radial
@CheckForNull private EnumerationLiteral radial
 
- 
tree
@CheckForNull private EnumerationLiteral tree
 
 - 
 
- 
Constructor Detail
- 
RelationMapLayoutEnumerationEnumeration
private RelationMapLayoutEnumerationEnumeration(MagicDrawProfile profile)
 
 - 
 
- 
Method Detail
- 
getEnumeration
@CheckForNull public Enumeration getEnumeration()
 
- 
getRadialEnumerationLiteral
@CheckForNull public EnumerationLiteral getRadialEnumerationLiteral()
 
- 
getTreeEnumerationLiteral
@CheckForNull public EnumerationLiteral getTreeEnumerationLiteral()
 
- 
clear
protected void clear()
- Overrides:
 clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
 
 - 
 
 -