Enum Class UAF.ChallengeKindEnum

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

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

    • STRATEGIC

      public static final UAF.ChallengeKindEnum STRATEGIC
      Indicates that the Challenge associated with this ChallengeKind is a demanding or stimulating situation that applies to achieving the desired Effects or Outcomes of the enterprise.
    • ENTERPRISE

      public static final UAF.ChallengeKindEnum ENTERPRISE
      Indicates that the Challenge associated with this ChallengeKind is a demanding or stimulating situation that applies to the overall operations of the enterprise.
    • MISSION

      public static final UAF.ChallengeKindEnum MISSION
      Indicates that the Challenge associated with this ChallengeKind is a demanding or stimulating situation that applies to one or more Missions or Enduring Tasks of the enterprise.
    • BUSINESS

      public static final UAF.ChallengeKindEnum BUSINESS
      Indicates that the Challenge associated with this ChallengeKind is a demanding or stimulating situation that applies to the business operations of the enterprise.
    • OTHER

      public static final UAF.ChallengeKindEnum OTHER
      Indicates that the Challenge associated with this ChallengeKind is a demanding or stimulating situation that applies to some unspecified aspect of the enterprise.
  • Method Details

    • values

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

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

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