Package com.nomagic.magicdraw.uaf
Class UAF.ResourceExchangeKindEnumeration
- java.lang.Object
 - 
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
 - 
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
 - 
- com.nomagic.magicdraw.uaf.UAF.ResourceExchangeKindEnumeration
 
 
 
 
- 
- Enclosing class:
 - UAF
 
private static class UAF.ResourceExchangeKindEnumeration extends ProfileImplementation.EnumerationWrapper
 
- 
- 
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteralgeoPoliticalExtentExchangestatic java.lang.StringGEOPOLITICALEXTENTEXCHANGEprivate EnumerationLiteralresourceCommunicationstatic java.lang.StringRESOURCECOMMUNICATIONprivate EnumerationLiteralresourceEnergyFlowstatic java.lang.StringRESOURCEENERGYFLOWprivate EnumerationLiteralresourceMovementstatic java.lang.StringRESOURCEMOVEMENT 
- 
Constructor Summary
Constructors Modifier Constructor Description privateResourceExchangeKindEnumeration(UAF profile) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationgetEnumeration()EnumerationLiteralgetGeoPoliticalExtentExchangeEnumerationLiteral()EnumerationLiteralgetResourceCommunicationEnumerationLiteral()EnumerationLiteralgetResourceEnergyFlowEnumerationLiteral()EnumerationLiteralgetResourceMovementEnumerationLiteral()- 
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName 
- 
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName 
 - 
 
 - 
 
- 
- 
Field Detail
- 
RESOURCECOMMUNICATION
public static final java.lang.String RESOURCECOMMUNICATION
- See Also:
 - Constant Field Values
 
 
- 
RESOURCEMOVEMENT
public static final java.lang.String RESOURCEMOVEMENT
- See Also:
 - Constant Field Values
 
 
- 
RESOURCEENERGYFLOW
public static final java.lang.String RESOURCEENERGYFLOW
- See Also:
 - Constant Field Values
 
 
- 
GEOPOLITICALEXTENTEXCHANGE
public static final java.lang.String GEOPOLITICALEXTENTEXCHANGE
- See Also:
 - Constant Field Values
 
 
- 
resourceCommunication
@CheckForNull private EnumerationLiteral resourceCommunication
 
- 
resourceMovement
@CheckForNull private EnumerationLiteral resourceMovement
 
- 
resourceEnergyFlow
@CheckForNull private EnumerationLiteral resourceEnergyFlow
 
- 
geoPoliticalExtentExchange
@CheckForNull private EnumerationLiteral geoPoliticalExtentExchange
 
 - 
 
- 
Constructor Detail
- 
ResourceExchangeKindEnumeration
private ResourceExchangeKindEnumeration(UAF profile)
 
 - 
 
- 
Method Detail
- 
getEnumeration
@CheckForNull public Enumeration getEnumeration()
 
- 
getResourceCommunicationEnumerationLiteral
@CheckForNull public EnumerationLiteral getResourceCommunicationEnumerationLiteral()
 
- 
getResourceMovementEnumerationLiteral
@CheckForNull public EnumerationLiteral getResourceMovementEnumerationLiteral()
 
- 
getResourceEnergyFlowEnumerationLiteral
@CheckForNull public EnumerationLiteral getResourceEnergyFlowEnumerationLiteral()
 
- 
getGeoPoliticalExtentExchangeEnumerationLiteral
@CheckForNull public EnumerationLiteral getGeoPoliticalExtentExchangeEnumerationLiteral()
 
- 
clear
protected void clear()
- Overrides:
 clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
 
 - 
 
 -