Package com.nomagic.magicdraw.uaf
Enum Class UAF.LocationTypeKindEnum
- All Implemented Interfaces:
Serializable
,Comparable<UAF.LocationTypeKindEnum>
,Constable
- Enclosing class:
- UAF
Enumeration of the possible kinds of location type that are applicable to a Location.
-
Enum Constant Summary
Enum ConstantDescriptionIndicates that the Location associated with the LocationTypeKind describes a type of space enclosed by a circle.Indicates that the Location associated with the LocationTypeKind describes a type of space enclosed by an ellipse.Indicates that the Location associated with the LocationTypeKind describes a type of unidimensional Individual.Indicates that the Location associated with the LocationTypeKind describes a type of geometric figure formed by a point moving along a fixed direction and the reverse direction.Indicates that the Location associated with the LocationTypeKind describes a type of is a LocationKindType that is not on the enumerated list.Indicates that the Location associated with the LocationTypeKind describes a type of is a two-dimensional portion of space.Indicates that the Location associated with the LocationTypeKind describes a type of unidimensional Individual.Indicates that the Location associated with the LocationTypeKind describes a type of space enclosed by a polygon.Indicates that the Location associated with the LocationTypeKind describes a type of space enclosed by a rectangle.Indicates that the Location associated with the LocationTypeKind describes a type of amount of space occupied by a three-dimensional object of definite shape; not liquid or gaseous.Indicates that the Location associated with the LocationTypeKind describes a type of portion of space having length and breadth but no thickness or regards to time. -
Method Summary
Modifier and TypeMethodDescriptionstatic UAF.LocationTypeKindEnum
getText()
static UAF.LocationTypeKindEnum
toEnum
(EnumerationLiteral literal) static EnumerationLiteral
toEnumerationLiteral
(UAF profile, UAF.LocationTypeKindEnum anEnum) static UAF.LocationTypeKindEnum
Returns the enum constant of this class with the specified name.static UAF.LocationTypeKindEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SOLIDVOLUMETYPE
Indicates that the Location associated with the LocationTypeKind describes a type of amount of space occupied by a three-dimensional object of definite shape; not liquid or gaseous. -
SURFACETYPE
Indicates that the Location associated with the LocationTypeKind describes a type of portion of space having length and breadth but no thickness or regards to time. -
LINETYPE
Indicates that the Location associated with the LocationTypeKind describes a type of geometric figure formed by a point moving along a fixed direction and the reverse direction. -
POINTTYPE
Indicates that the Location associated with the LocationTypeKind describes a type of unidimensional Individual. -
GEOSTATIONARYPOINTTYPE
Indicates that the Location associated with the LocationTypeKind describes a type of unidimensional Individual. -
PLANARSURFACETYPE
Indicates that the Location associated with the LocationTypeKind describes a type of is a two-dimensional portion of space. -
POLYGONAREATYPE
Indicates that the Location associated with the LocationTypeKind describes a type of space enclosed by a polygon. -
RECTANGULARAREATYPE
Indicates that the Location associated with the LocationTypeKind describes a type of space enclosed by a rectangle. -
ELIPTICALAREATYPE
Indicates that the Location associated with the LocationTypeKind describes a type of space enclosed by an ellipse. -
CIRCULARAREATYPE
Indicates that the Location associated with the LocationTypeKind describes a type of space enclosed by a circle. -
OTHERTYPE
Indicates that the Location associated with the LocationTypeKind describes a type of is a LocationKindType 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.LocationTypeKindEnum anEnum)
-