Package com.nomagic.magicdraw.uaf
Class UAF.ServiceExchangeKindEnumeration
- java.lang.Object
 - 
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
 - 
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
 - 
- com.nomagic.magicdraw.uaf.UAF.ServiceExchangeKindEnumeration
 
 
 
 
- 
- Enclosing class:
 - UAF
 
private static class UAF.ServiceExchangeKindEnumeration extends ProfileImplementation.EnumerationWrapper
 
- 
- 
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteralconfigurationExchangestatic java.lang.StringCONFIGURATIONEXCHANGEprivate EnumerationLiteralenergyExchangestatic java.lang.StringENERGYEXCHANGEprivate EnumerationLiteralinformationExchangestatic java.lang.StringINFORMATIONEXCHANGEprivate EnumerationLiteralmaterielExchangestatic java.lang.StringMATERIELEXCHANGEprivate EnumerationLiteralorganizationalExchangestatic java.lang.StringORGANIZATIONALEXCHANGE 
- 
Constructor Summary
Constructors Modifier Constructor Description privateServiceExchangeKindEnumeration(UAF profile) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationLiteralgetConfigurationExchangeEnumerationLiteral()EnumerationLiteralgetEnergyExchangeEnumerationLiteral()EnumerationgetEnumeration()EnumerationLiteralgetInformationExchangeEnumerationLiteral()EnumerationLiteralgetMaterielExchangeEnumerationLiteral()EnumerationLiteralgetOrganizationalExchangeEnumerationLiteral()- 
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
 
 
- 
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
 
 - 
 
- 
Constructor Detail
- 
ServiceExchangeKindEnumeration
private ServiceExchangeKindEnumeration(UAF 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()
 
- 
clear
protected void clear()
- Overrides:
 clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
 
 - 
 
 -