Package com.nomagic.updm.utils
Class UPDMProfile.OperationalExchangeKindEnumeration
- java.lang.Object
 - 
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
 - 
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
 - 
- com.nomagic.updm.utils.UPDMProfile.OperationalExchangeKindEnumeration
 
 
 
 
- 
- Enclosing class:
 - UPDMProfile
 
private static class UPDMProfile.OperationalExchangeKindEnumeration extends ProfileImplementation.EnumerationWrapper
 
- 
- 
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteralconfigurationExchangestatic java.lang.StringCONFIGURATIONEXCHANGEprivate EnumerationLiteralenergyExchangestatic java.lang.StringENERGYEXCHANGEprivate EnumerationLiteralgeoPoliticalExtentExchangestatic java.lang.StringGEOPOLITICALEXTENTEXCHANGEprivate EnumerationLiteralinformationExchangestatic java.lang.StringINFORMATIONEXCHANGEprivate EnumerationLiteralmaterielExchangestatic java.lang.StringMATERIELEXCHANGEprivate EnumerationLiteralorganizationalExchangestatic java.lang.StringORGANIZATIONALEXCHANGE 
- 
Constructor Summary
Constructors Modifier Constructor Description privateOperationalExchangeKindEnumeration(UPDMProfile profile) 
- 
Method Summary
- 
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName 
- 
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName 
 - 
 
 - 
 
- 
- 
Field Detail
- 
MATERIELEXCHANGE
public static final java.lang.String MATERIELEXCHANGE
- See Also:
 - Constant Field Values
 
 
- 
ORGANIZATIONALEXCHANGE
public static final java.lang.String ORGANIZATIONALEXCHANGE
- See Also:
 - Constant Field Values
 
 
- 
ENERGYEXCHANGE
public static final java.lang.String ENERGYEXCHANGE
- See Also:
 - Constant Field Values
 
 
- 
INFORMATIONEXCHANGE
public static final java.lang.String INFORMATIONEXCHANGE
- See Also:
 - Constant Field Values
 
 
- 
CONFIGURATIONEXCHANGE
public static final java.lang.String CONFIGURATIONEXCHANGE
- See Also:
 - Constant Field Values
 
 
- 
GEOPOLITICALEXTENTEXCHANGE
public static final java.lang.String GEOPOLITICALEXTENTEXCHANGE
- See Also:
 - Constant Field Values
 
 
- 
materielExchange
@CheckForNull private EnumerationLiteral materielExchange
 
- 
organizationalExchange
@CheckForNull private EnumerationLiteral organizationalExchange
 
- 
energyExchange
@CheckForNull private EnumerationLiteral energyExchange
 
- 
informationExchange
@CheckForNull private EnumerationLiteral informationExchange
 
- 
configurationExchange
@CheckForNull private EnumerationLiteral configurationExchange
 
- 
geoPoliticalExtentExchange
@CheckForNull private EnumerationLiteral geoPoliticalExtentExchange
 
 - 
 
- 
Constructor Detail
- 
OperationalExchangeKindEnumeration
private OperationalExchangeKindEnumeration(UPDMProfile profile)
 
 - 
 
- 
Method Detail
- 
getEnumeration
@CheckForNull public Enumeration getEnumeration()
 
- 
getMaterielExchangeEnumerationLiteral
@CheckForNull public EnumerationLiteral getMaterielExchangeEnumerationLiteral()
 
- 
getOrganizationalExchangeEnumerationLiteral
@CheckForNull public EnumerationLiteral getOrganizationalExchangeEnumerationLiteral()
 
- 
getEnergyExchangeEnumerationLiteral
@CheckForNull public EnumerationLiteral getEnergyExchangeEnumerationLiteral()
 
- 
getInformationExchangeEnumerationLiteral
@CheckForNull public EnumerationLiteral getInformationExchangeEnumerationLiteral()
 
- 
getConfigurationExchangeEnumerationLiteral
@CheckForNull public EnumerationLiteral getConfigurationExchangeEnumerationLiteral()
 
- 
getGeoPoliticalExtentExchangeEnumerationLiteral
@CheckForNull public EnumerationLiteral getGeoPoliticalExtentExchangeEnumerationLiteral()
 
- 
clear
protected void clear()
- Overrides:
 clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
 
 - 
 
 -