Package com.nomagic.magicdraw.uaf
Class UAF.ChallengeKindEnumeration
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
-
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
-
- com.nomagic.magicdraw.uaf.UAF.ChallengeKindEnumeration
-
- Enclosing class:
- UAF
private static class UAF.ChallengeKindEnumeration extends ProfileImplementation.EnumerationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteralbusinessstatic java.lang.StringBUSINESSprivate EnumerationLiteralenterprisestatic java.lang.StringENTERPRISEprivate EnumerationLiteralmissionstatic java.lang.StringMISSIONprivate EnumerationLiteralotherstatic java.lang.StringOTHERprivate EnumerationLiteralstrategicstatic java.lang.StringSTRATEGIC
-
Constructor Summary
Constructors Modifier Constructor Description privateChallengeKindEnumeration(UAF profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationLiteralgetBusinessEnumerationLiteral()EnumerationLiteralgetEnterpriseEnumerationLiteral()EnumerationgetEnumeration()EnumerationLiteralgetMissionEnumerationLiteral()EnumerationLiteralgetOtherEnumerationLiteral()EnumerationLiteralgetStrategicEnumerationLiteral()-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
STRATEGIC
public static final java.lang.String STRATEGIC
- See Also:
- Constant Field Values
-
ENTERPRISE
public static final java.lang.String ENTERPRISE
- See Also:
- Constant Field Values
-
MISSION
public static final java.lang.String MISSION
- See Also:
- Constant Field Values
-
BUSINESS
public static final java.lang.String BUSINESS
- See Also:
- Constant Field Values
-
OTHER
public static final java.lang.String OTHER
- See Also:
- Constant Field Values
-
strategic
@CheckForNull private EnumerationLiteral strategic
-
enterprise
@CheckForNull private EnumerationLiteral enterprise
-
mission
@CheckForNull private EnumerationLiteral mission
-
business
@CheckForNull private EnumerationLiteral business
-
other
@CheckForNull private EnumerationLiteral other
-
-
Constructor Detail
-
ChallengeKindEnumeration
private ChallengeKindEnumeration(UAF profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getStrategicEnumerationLiteral
@CheckForNull public EnumerationLiteral getStrategicEnumerationLiteral()
-
getEnterpriseEnumerationLiteral
@CheckForNull public EnumerationLiteral getEnterpriseEnumerationLiteral()
-
getMissionEnumerationLiteral
@CheckForNull public EnumerationLiteral getMissionEnumerationLiteral()
-
getBusinessEnumerationLiteral
@CheckForNull public EnumerationLiteral getBusinessEnumerationLiteral()
-
getOtherEnumerationLiteral
@CheckForNull public EnumerationLiteral getOtherEnumerationLiteral()
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-