Package com.nomagic.magicdraw.uaf
Class UAF.ActualMilestoneKindEnumeration
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
-
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
-
- com.nomagic.magicdraw.uaf.UAF.ActualMilestoneKindEnumeration
-
- Enclosing class:
- UAF
private static class UAF.ActualMilestoneKindEnumeration extends ProfileImplementation.EnumerationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteraldeployedstatic java.lang.StringDEPLOYEDprivate EnumerationLiteralinServicestatic java.lang.StringINSERVICEprivate EnumerationLiteralnoLongerUsedstatic java.lang.StringNOLONGERUSEDprivate EnumerationLiteralotherstatic java.lang.StringOTHERprivate EnumerationLiteraloutOfServicestatic java.lang.StringOUTOFSERVICE
-
Constructor Summary
Constructors Modifier Constructor Description privateActualMilestoneKindEnumeration(UAF profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationLiteralgetDeployedEnumerationLiteral()EnumerationgetEnumeration()EnumerationLiteralgetInServiceEnumerationLiteral()EnumerationLiteralgetNoLongerUsedEnumerationLiteral()EnumerationLiteralgetOtherEnumerationLiteral()EnumerationLiteralgetOutOfServiceEnumerationLiteral()-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
INSERVICE
public static final java.lang.String INSERVICE
- See Also:
- Constant Field Values
-
DEPLOYED
public static final java.lang.String DEPLOYED
- See Also:
- Constant Field Values
-
NOLONGERUSED
public static final java.lang.String NOLONGERUSED
- See Also:
- Constant Field Values
-
OUTOFSERVICE
public static final java.lang.String OUTOFSERVICE
- See Also:
- Constant Field Values
-
OTHER
public static final java.lang.String OTHER
- See Also:
- Constant Field Values
-
inService
@CheckForNull private EnumerationLiteral inService
-
deployed
@CheckForNull private EnumerationLiteral deployed
-
noLongerUsed
@CheckForNull private EnumerationLiteral noLongerUsed
-
outOfService
@CheckForNull private EnumerationLiteral outOfService
-
other
@CheckForNull private EnumerationLiteral other
-
-
Constructor Detail
-
ActualMilestoneKindEnumeration
private ActualMilestoneKindEnumeration(UAF profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getInServiceEnumerationLiteral
@CheckForNull public EnumerationLiteral getInServiceEnumerationLiteral()
-
getDeployedEnumerationLiteral
@CheckForNull public EnumerationLiteral getDeployedEnumerationLiteral()
-
getNoLongerUsedEnumerationLiteral
@CheckForNull public EnumerationLiteral getNoLongerUsedEnumerationLiteral()
-
getOutOfServiceEnumerationLiteral
@CheckForNull public EnumerationLiteral getOutOfServiceEnumerationLiteral()
-
getOtherEnumerationLiteral
@CheckForNull public EnumerationLiteral getOtherEnumerationLiteral()
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-