Package com.nomagic.magicdraw.uaf
Class UAF.ValueItemKindEnumeration
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
-
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
-
- com.nomagic.magicdraw.uaf.UAF.ValueItemKindEnumeration
-
- Enclosing class:
- UAF
private static class UAF.ValueItemKindEnumeration extends ProfileImplementation.EnumerationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteralbenefitstatic java.lang.StringBENEFITprivate EnumerationLiteralcoststatic java.lang.StringCOSTprivate EnumerationLiteralkpistatic java.lang.StringKPIprivate EnumerationLiterallossstatic java.lang.StringLOSSprivate EnumerationLiteralotherstatic java.lang.StringOTHERprivate EnumerationLiteralqualitystatic java.lang.StringQUALITYprivate EnumerationLiteralrevenuestatic java.lang.StringREVENUEprivate EnumerationLiteraltimestatic java.lang.StringTIME
-
Constructor Summary
Constructors Modifier Constructor Description privateValueItemKindEnumeration(UAF profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationLiteralgetBenefitEnumerationLiteral()EnumerationLiteralgetCostEnumerationLiteral()EnumerationgetEnumeration()EnumerationLiteralgetKPIEnumerationLiteral()EnumerationLiteralgetLossEnumerationLiteral()EnumerationLiteralgetOtherEnumerationLiteral()EnumerationLiteralgetQualityEnumerationLiteral()EnumerationLiteralgetRevenueEnumerationLiteral()EnumerationLiteralgetTimeEnumerationLiteral()-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
TIME
public static final java.lang.String TIME
- See Also:
- Constant Field Values
-
COST
public static final java.lang.String COST
- See Also:
- Constant Field Values
-
QUALITY
public static final java.lang.String QUALITY
- See Also:
- Constant Field Values
-
REVENUE
public static final java.lang.String REVENUE
- See Also:
- Constant Field Values
-
BENEFIT
public static final java.lang.String BENEFIT
- See Also:
- Constant Field Values
-
KPI
public static final java.lang.String KPI
- See Also:
- Constant Field Values
-
LOSS
public static final java.lang.String LOSS
- See Also:
- Constant Field Values
-
OTHER
public static final java.lang.String OTHER
- See Also:
- Constant Field Values
-
time
@CheckForNull private EnumerationLiteral time
-
cost
@CheckForNull private EnumerationLiteral cost
-
quality
@CheckForNull private EnumerationLiteral quality
-
revenue
@CheckForNull private EnumerationLiteral revenue
-
benefit
@CheckForNull private EnumerationLiteral benefit
-
kpi
@CheckForNull private EnumerationLiteral kpi
-
loss
@CheckForNull private EnumerationLiteral loss
-
other
@CheckForNull private EnumerationLiteral other
-
-
Constructor Detail
-
ValueItemKindEnumeration
private ValueItemKindEnumeration(UAF profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getTimeEnumerationLiteral
@CheckForNull public EnumerationLiteral getTimeEnumerationLiteral()
-
getCostEnumerationLiteral
@CheckForNull public EnumerationLiteral getCostEnumerationLiteral()
-
getQualityEnumerationLiteral
@CheckForNull public EnumerationLiteral getQualityEnumerationLiteral()
-
getRevenueEnumerationLiteral
@CheckForNull public EnumerationLiteral getRevenueEnumerationLiteral()
-
getBenefitEnumerationLiteral
@CheckForNull public EnumerationLiteral getBenefitEnumerationLiteral()
-
getKPIEnumerationLiteral
@CheckForNull public EnumerationLiteral getKPIEnumerationLiteral()
-
getLossEnumerationLiteral
@CheckForNull public EnumerationLiteral getLossEnumerationLiteral()
-
getOtherEnumerationLiteral
@CheckForNull public EnumerationLiteral getOtherEnumerationLiteral()
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-