Package com.nomagic.magicdraw.uaf
Class UAF.ResponsibleRoleKindEnumeration
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
-
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
-
- com.nomagic.magicdraw.uaf.UAF.ResponsibleRoleKindEnumeration
-
- Enclosing class:
- UAF
private static class UAF.ResponsibleRoleKindEnumeration extends ProfileImplementation.EnumerationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteralmanagerstatic java.lang.StringMANAGERprivate EnumerationLiteralresponsibleOwnerstatic java.lang.StringRESPONSIBLEOWNER
-
Constructor Summary
Constructors Modifier Constructor Description privateResponsibleRoleKindEnumeration(UAF profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationgetEnumeration()EnumerationLiteralgetManagerEnumerationLiteral()EnumerationLiteralgetResponsibleOwnerEnumerationLiteral()-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
MANAGER
public static final java.lang.String MANAGER
- See Also:
- Constant Field Values
-
RESPONSIBLEOWNER
public static final java.lang.String RESPONSIBLEOWNER
- See Also:
- Constant Field Values
-
manager
@CheckForNull private EnumerationLiteral manager
-
responsibleOwner
@CheckForNull private EnumerationLiteral responsibleOwner
-
-
Constructor Detail
-
ResponsibleRoleKindEnumeration
private ResponsibleRoleKindEnumeration(UAF profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getManagerEnumerationLiteral
@CheckForNull public EnumerationLiteral getManagerEnumerationLiteral()
-
getResponsibleOwnerEnumerationLiteral
@CheckForNull public EnumerationLiteral getResponsibleOwnerEnumerationLiteral()
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-