Enum Class UAF.EnvironmentKindEnum

java.lang.Object
java.lang.Enum<UAF.EnvironmentKindEnum>
com.nomagic.magicdraw.uaf.UAF.EnvironmentKindEnum
All Implemented Interfaces:
Serializable, Comparable<UAF.EnvironmentKindEnum>, Constable
Enclosing class:
UAF

public static enum UAF.EnvironmentKindEnum extends Enum<UAF.EnvironmentKindEnum>
Enumeration of the possible kinds of Environment.
  • Enum Constant Details

    • TERRAINTYPE

      public static final UAF.EnvironmentKindEnum 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

      public static final UAF.EnvironmentKindEnum WEATHERCONDITIONS
      Indicates that the Environment associated with EnvironmentKind captures a kind of weather condition (e.g. Typhoon, Hurricane, Very Hot, Humid etc.).
    • LIGHTCONDITIONS

      public static final UAF.EnvironmentKindEnum LIGHTCONDITIONS
      Indicates that the Environment associated with EnvironmentKind captures a kind of light condition (e.g. broad daylight, dusk, moonlit, etc.).
    • CBRNENVIRONMENT

      public static final UAF.EnvironmentKindEnum CBRNENVIRONMENT
      Indicates that the Environment associated with EnvironmentKind is of a Chemical, Biological, Radiological or Nuclear (CBRN) kind.
    • SITUATIONTYPE

      public static final UAF.EnvironmentKindEnum 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

      public static UAF.EnvironmentKindEnum[] 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

      public static UAF.EnvironmentKindEnum valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getText

      public String getText()
    • from

      @CheckForNull public static UAF.EnvironmentKindEnum from(@CheckForNull Object o)
    • toEnum

      @CheckForNull public static UAF.EnvironmentKindEnum toEnum(EnumerationLiteral literal)
    • toEnumerationLiteral

      @CheckForNull public static EnumerationLiteral toEnumerationLiteral(UAF profile, UAF.EnvironmentKindEnum anEnum)