Enum Class ECostType

java.lang.Object
java.lang.Enum<ECostType>
org.damap.base.enums.ECostType
All Implemented Interfaces:
Serializable, Comparable<ECostType>, Constable

public enum ECostType extends Enum<ECostType>
ECostType class.
  • Enum Constant Details

    • DATA_ACQUISITION

      public static final ECostType DATA_ACQUISITION
    • DATABASE

      public static final ECostType DATABASE
    • FILE_BASED_STORAGE

      public static final ECostType FILE_BASED_STORAGE
    • HARDWARE_AND_INFRASTRUCTURE

      public static final ECostType HARDWARE_AND_INFRASTRUCTURE
    • PERSONNEL

      public static final ECostType PERSONNEL
    • REPOSITORY

      public static final ECostType REPOSITORY
    • SOFTWARE_LICENSE

      public static final ECostType SOFTWARE_LICENSE
    • TRAINING

      public static final ECostType TRAINING
    • OTHER

      public static final ECostType OTHER
  • Method Details

    • values

      public static ECostType[] 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 ECostType 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ECostType>
    • getValue

      public String getValue()
      Getter for the field value.
      Returns:
      a String object
    • getByValue

      public static ECostType getByValue(String value)
      getByValue.
      Parameters:
      value - a String object
      Returns:
      a ECostType object