Package com.nomagic.magicdraw.uaf
Class UAF.InformationKindEnumeration
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Enumeration>
-
- com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
-
- com.nomagic.magicdraw.uaf.UAF.InformationKindEnumeration
-
- Enclosing class:
- UAF
private static class UAF.InformationKindEnumeration extends ProfileImplementation.EnumerationWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private EnumerationLiteraldatastatic java.lang.StringDATAprivate EnumerationLiteraldomainInformationstatic java.lang.StringDOMAININFORMATIONprivate EnumerationLiteralinformationstatic java.lang.StringINFORMATIONprivate EnumerationLiteralpedigreeInformationstatic java.lang.StringPEDIGREEINFORMATIONprivate EnumerationLiteralpositionReferenceFramestatic java.lang.StringPOSITIONREFERENCEFRAME
-
Constructor Summary
Constructors Modifier Constructor Description privateInformationKindEnumeration(UAF profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()EnumerationLiteralgetDataEnumerationLiteral()EnumerationLiteralgetDomainInformationEnumerationLiteral()EnumerationgetEnumeration()EnumerationLiteralgetInformationEnumerationLiteral()EnumerationLiteralgetPedigreeInformationEnumerationLiteral()EnumerationLiteralgetPositionReferenceFrameEnumerationLiteral()-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.EnumerationWrapper
getElement, getEnumerationLiteralByName
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
INFORMATION
public static final java.lang.String INFORMATION
- See Also:
- Constant Field Values
-
DOMAININFORMATION
public static final java.lang.String DOMAININFORMATION
- See Also:
- Constant Field Values
-
POSITIONREFERENCEFRAME
public static final java.lang.String POSITIONREFERENCEFRAME
- See Also:
- Constant Field Values
-
PEDIGREEINFORMATION
public static final java.lang.String PEDIGREEINFORMATION
- See Also:
- Constant Field Values
-
DATA
public static final java.lang.String DATA
- See Also:
- Constant Field Values
-
information
@CheckForNull private EnumerationLiteral information
-
domainInformation
@CheckForNull private EnumerationLiteral domainInformation
-
positionReferenceFrame
@CheckForNull private EnumerationLiteral positionReferenceFrame
-
pedigreeInformation
@CheckForNull private EnumerationLiteral pedigreeInformation
-
data
@CheckForNull private EnumerationLiteral data
-
-
Constructor Detail
-
InformationKindEnumeration
private InformationKindEnumeration(UAF profile)
-
-
Method Detail
-
getEnumeration
@CheckForNull public Enumeration getEnumeration()
-
getInformationEnumerationLiteral
@CheckForNull public EnumerationLiteral getInformationEnumerationLiteral()
-
getDomainInformationEnumerationLiteral
@CheckForNull public EnumerationLiteral getDomainInformationEnumerationLiteral()
-
getPositionReferenceFrameEnumerationLiteral
@CheckForNull public EnumerationLiteral getPositionReferenceFrameEnumerationLiteral()
-
getPedigreeInformationEnumerationLiteral
@CheckForNull public EnumerationLiteral getPedigreeInformationEnumerationLiteral()
-
getDataEnumerationLiteral
@CheckForNull public EnumerationLiteral getDataEnumerationLiteral()
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Enumeration>
-
-