Package com.nomagic.magicdraw.uaf
Enum Class UAF.EnvironmentKindEnum
- All Implemented Interfaces:
Serializable
,Comparable<UAF.EnvironmentKindEnum>
,Constable
- Enclosing class:
- UAF
Enumeration of the possible kinds of Environment.
-
Enum Constant Summary
Enum ConstantDescriptionIndicates that the Environment associated with EnvironmentKind is of a Chemical, Biological, Radiological or Nuclear (CBRN) kind.Indicates that the Environment associated with EnvironmentKind captures a kind of light condition (e.g.Indicates that the Environment associated with EnvironmentKind captures a kind of situation used to describe the types and levels of threat (e.g.Indicates that the Environment associated with EnvironmentKind captures a kind of terrain used to describe the terrain state of an environment at a particular time (e.g.Indicates that the Environment associated with EnvironmentKind captures a kind of weather condition (e.g. -
Method Summary
Modifier and TypeMethodDescriptionstatic UAF.EnvironmentKindEnum
getText()
static UAF.EnvironmentKindEnum
toEnum
(EnumerationLiteral literal) static EnumerationLiteral
toEnumerationLiteral
(UAF profile, UAF.EnvironmentKindEnum anEnum) static UAF.EnvironmentKindEnum
Returns the enum constant of this class with the specified name.static UAF.EnvironmentKindEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TERRAINTYPE
Indicates that the Environment associated with EnvironmentKind captures a kind of terrain used to describe the terrain state of an environment at a particular time (e.g. muddy, frozen ground, deep snow, etc.). -
WEATHERCONDITIONS
Indicates that the Environment associated with EnvironmentKind captures a kind of weather condition (e.g. Typhoon, Hurricane, Very Hot, Humid etc.). -
LIGHTCONDITIONS
Indicates that the Environment associated with EnvironmentKind captures a kind of light condition (e.g. broad daylight, dusk, moonlit, etc.). -
CBRNENVIRONMENT
Indicates that the Environment associated with EnvironmentKind is of a Chemical, Biological, Radiological or Nuclear (CBRN) kind. -
SITUATIONTYPE
Indicates that the Environment associated with EnvironmentKind captures a kind of situation used to describe the types and levels of threat (e.g. Corrosive, Fire, Smoke, Peaceful etc.).
-
-
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.EnvironmentKindEnum anEnum)
-