Package com.nomagic.updm.utils
Enum Class UPDMProfile.LocationTypeKindEnum
java.lang.Object
java.lang.Enum<UPDMProfile.LocationTypeKindEnum>
com.nomagic.updm.utils.UPDMProfile.LocationTypeKindEnum
- All Implemented Interfaces:
Serializable
,Comparable<UPDMProfile.LocationTypeKindEnum>
,Constable
- Enclosing class:
- UPDMProfile
Enumeration of kinds of location types, derived from DoDAF, used to support the LocationTypeKind tag of the LocationTypeKind stereotype.
-
Enum Constant Summary
Enum ConstantDescriptionPowertype Of CircularArea.Powertype Of EllipticalArea.Powertype Of GeoStationaryPoint.Powertype Of Line.Other LocationType kind that is not on the enumerated list.Powertype Of PlanarSurface.Powertype Of Point.Powertype Of PolygonArea.Powertype Of RectangularArea.Powertype Of SolidVolume.Powertype Of Surface. -
Method Summary
Modifier and TypeMethodDescriptiongetText()
toEnum
(EnumerationLiteral literal) static EnumerationLiteral
toEnumerationLiteral
(UPDMProfile profile, UPDMProfile.LocationTypeKindEnum anEnum) Returns the enum constant of this class with the specified name.static UPDMProfile.LocationTypeKindEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SOLIDVOLUMETYPE
Powertype Of SolidVolume. -
SURFACETYPE
Powertype Of Surface. -
LINETYPE
Powertype Of Line. -
POINTTYPE
Powertype Of Point. -
GEOSTATIONARYPOINTTYPE
Powertype Of GeoStationaryPoint. -
PLANARSURFACETYPE
Powertype Of PlanarSurface. -
POLYGONAREATYPE
Powertype Of PolygonArea. -
RECTANGULARAREATYPE
Powertype Of RectangularArea. -
ELIPTICALAREATYPE
Powertype Of EllipticalArea. -
CIRCULARAREATYPE
Powertype Of CircularArea. -
OTHERTYPE
Other LocationType kind that is not on the enumerated list.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getText
-
from
-
toEnum
-
toEnumerationLiteral
@CheckForNull public static EnumerationLiteral toEnumerationLiteral(UPDMProfile profile, UPDMProfile.LocationTypeKindEnum anEnum)
-