Package com.nomagic.updm.utils
Class UPDMProfile.ExchangeElementKindEnumeration
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
-
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
-
- com.nomagic.updm.utils.UPDMProfile.ExchangeElementKindEnumeration
-
- Enclosing class:
- UPDMProfile
private static class UPDMProfile.ExchangeElementKindEnumeration extends ProfileImplementation.EnumerationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteraldataElementstatic java.lang.StringDATAELEMENTprivate EnumerationLiteralinformationElementstatic java.lang.StringINFORMATIONELEMENT
-
Constructor Summary
Constructors Modifier Constructor Description privateExchangeElementKindEnumeration(UPDMProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationLiteralgetDataElementEnumerationLiteral()EnumerationgetEnumeration()EnumerationLiteralgetInformationElementEnumerationLiteral()-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
INFORMATIONELEMENT
public static final java.lang.String INFORMATIONELEMENT
- See Also:
- Constant Field Values
-
DATAELEMENT
public static final java.lang.String DATAELEMENT
- See Also:
- Constant Field Values
-
informationElement
@CheckForNull private EnumerationLiteral informationElement
-
dataElement
@CheckForNull private EnumerationLiteral dataElement
-
-
Constructor Detail
-
ExchangeElementKindEnumeration
private ExchangeElementKindEnumeration(UPDMProfile profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getInformationElementEnumerationLiteral
@CheckForNull public EnumerationLiteral getInformationElementEnumerationLiteral()
-
getDataElementEnumerationLiteral
@CheckForNull public EnumerationLiteral getDataElementEnumerationLiteral()
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-