Package com.nomagic.magicdraw.uaf
Enum Class UAF.LocationKindEnum
- All Implemented Interfaces:
Serializable
,Comparable<UAF.LocationKindEnum>
,Constable
- Enclosing class:
- UAF
Enumeration of the possible kinds of location applicable to an ActualLocation.
-
Enum Constant Summary
Enum ConstantDescriptionIndicates that the ActualLocation associated with the LocationKind is a space enclosed by a circle.Indicates that the ActualLocation associated with the LocationKind is a space enclosed by an ellipse.Indicates that the ActualLocation associated with the LocationKind is a unidimensional Individual.Indicates that the ActualLocation associated with the LocationKind is a geometric figure formed by a point moving along a fixed direction and the reverse direction.Indicates that the ActualLocation associated with the LocationKind is a LocationKind that is not on the enumerated list.Indicates that the ActualLocation associated with the LocationKind is a two-dimensional portion of space.Indicates that the ActualLocation associated with the LocationKind is a unidimensional Individual.Indicates that the ActualLocation associated with the LocationKind is a space enclosed by a polygon.Indicates that the ActualLocation associated with the LocationKind is a space enclosed by a rectangle.Indicates that the ActualLocation associated with the LocationKind is the amount of space occupied by a three-dimensional object of definite shape; not liquid or gaseous.Indicates that the ActualLocation associated with the LocationKind is a portion of space having length and breadth but no thickness or regards to time. -
Method Summary
Modifier and TypeMethodDescriptionstatic UAF.LocationKindEnum
getText()
static UAF.LocationKindEnum
toEnum
(EnumerationLiteral literal) static EnumerationLiteral
toEnumerationLiteral
(UAF profile, UAF.LocationKindEnum anEnum) static UAF.LocationKindEnum
Returns the enum constant of this class with the specified name.static UAF.LocationKindEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SOLIDVOLUME
Indicates that the ActualLocation associated with the LocationKind is the amount of space occupied by a three-dimensional object of definite shape; not liquid or gaseous. -
SURFACE
Indicates that the ActualLocation associated with the LocationKind is a portion of space having length and breadth but no thickness or regards to time. -
LINE
Indicates that the ActualLocation associated with the LocationKind is a geometric figure formed by a point moving along a fixed direction and the reverse direction. -
POINT
Indicates that the ActualLocation associated with the LocationKind is a unidimensional Individual. -
GEOSTATIONARYPOINT
Indicates that the ActualLocation associated with the LocationKind is a unidimensional Individual. -
PLANARSURFACE
Indicates that the ActualLocation associated with the LocationKind is a two-dimensional portion of space. -
POLYGONAREA
Indicates that the ActualLocation associated with the LocationKind is a space enclosed by a polygon. -
RECTANGULARAREA
Indicates that the ActualLocation associated with the LocationKind is a space enclosed by a rectangle. -
ELIPTICALAREA
Indicates that the ActualLocation associated with the LocationKind is a space enclosed by an ellipse. -
CIRCULARAREA
Indicates that the ActualLocation associated with the LocationKind is a space enclosed by a circle. -
OTHER
Indicates that the ActualLocation associated with the LocationKind is a LocationKind 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(UAF profile, UAF.LocationKindEnum anEnum)
-