Enum Class UAF.ValueItemKindEnum

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

public static enum UAF.ValueItemKindEnum extends Enum<UAF.ValueItemKindEnum>
Enumeration of the possible kinds of ValueItem.
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Indicates that the ValueItem associated with this ValueItemKind is an advantage or profit gained from achieving the EnterpriseGoal.
    Indicates that the ValueItem associated with this ValueItemKind is an amounts that an enterprise incurs in order to make goods and/or provide services.
    Indicates that the ValueItem associated with this ValueItemKind is a measurable value that demonstrates how effectively an enterprise is achieving key EnterpriseGoals and Objectives.
    Indicates that the ValueItem associated with this ValueItemKind is an amount of money lost by an enterprise.
    Indicates that the ValueItem associated with this ValueItemKind is not one of the standard ValueItemKinds.
    Indicates that the ValueItem associated with this ValueItemKind is a measure of excellence.
    Indicates that the ValueItem associated with this ValueItemKind is an income that an enterprise receives regularly, or an amount representing such income
    Indicates that the ValueItem associated with this ValueItemKind is the measured or measurable period during which an activity, process, or condition exists or continues.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
     
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • TIME

      public static final UAF.ValueItemKindEnum TIME
      Indicates that the ValueItem associated with this ValueItemKind is the measured or measurable period during which an activity, process, or condition exists or continues.
    • COST

      public static final UAF.ValueItemKindEnum COST
      Indicates that the ValueItem associated with this ValueItemKind is an amounts that an enterprise incurs in order to make goods and/or provide services.
    • QUALITY

      public static final UAF.ValueItemKindEnum QUALITY
      Indicates that the ValueItem associated with this ValueItemKind is a measure of excellence.
    • REVENUE

      public static final UAF.ValueItemKindEnum REVENUE
      Indicates that the ValueItem associated with this ValueItemKind is an income that an enterprise receives regularly, or an amount representing such income
    • BENEFIT

      public static final UAF.ValueItemKindEnum BENEFIT
      Indicates that the ValueItem associated with this ValueItemKind is an advantage or profit gained from achieving the EnterpriseGoal.
    • KPI

      public static final UAF.ValueItemKindEnum KPI
      Indicates that the ValueItem associated with this ValueItemKind is a measurable value that demonstrates how effectively an enterprise is achieving key EnterpriseGoals and Objectives.
    • LOSS

      public static final UAF.ValueItemKindEnum LOSS
      Indicates that the ValueItem associated with this ValueItemKind is an amount of money lost by an enterprise.
    • OTHER

      public static final UAF.ValueItemKindEnum OTHER
      Indicates that the ValueItem associated with this ValueItemKind is not one of the standard ValueItemKinds.
  • Method Details

    • values

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

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

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