Enum Class UAF.MissionKindEnum

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

public static enum UAF.MissionKindEnum extends Enum<UAF.MissionKindEnum>
An enumerated list of kinds of missions.
  • Enum Constant Details

    • NATIONALPOLICY

      public static final UAF.MissionKindEnum NATIONALPOLICY
      A broad course of action or statements of guidance adopted by the government at the national level in pursuit of national objectives. (JP 1)
    • THEATERSTRATEGY

      public static final UAF.MissionKindEnum THEATERSTRATEGY
      An overarching construct outlining a combatant commander s vision for integrating and synchronizing military activities and operations with the other instruments of national power in order to achieve national strategic objectives. See also national military strategy; national security strategy; strategy. (JP 3-0)
    • CAMPAIGN

      public static final UAF.MissionKindEnum CAMPAIGN
      A series of related major operations aimed at achieving strategic and operational objectives within a given time and space. (JP 5-0)
    • MAJOROPERATION

      public static final UAF.MissionKindEnum MAJOROPERATION
      A series of tactical actions (battles, engagements, strikes) conducted by combat forces, coordinated in time and place, to achieve strategic or operational objectives in an operational area. (JP 3-0)
    • BATTLE

      public static final UAF.MissionKindEnum BATTLE
      A hostile encounter between opposing military forces
    • ENGAGEMENT

      public static final UAF.MissionKindEnum ENGAGEMENT
      A tactical conflict, usually between opposing lower echelons maneuver forces. See also battle; campaign. (JP 3-0)
    • SMALLUNITANDCREWACTION

      public static final UAF.MissionKindEnum SMALLUNITANDCREWACTION
      Small unit and Crew Action is the combat deployment of platoons and smaller units in a particular strategic and logistic environment
    • OTHER

      public static final UAF.MissionKindEnum OTHER
      A different kind of mission
  • Method Details

    • values

      public static UAF.MissionKindEnum[] 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.MissionKindEnum 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.MissionKindEnum from(@CheckForNull Object o)
    • toEnum

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

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