Enum Class EditId_EN

java.lang.Object
java.lang.Enum<EditId_EN>
gov.cms.hh.data.meta.enumer.EditId_EN
All Implemented Interfaces:
DescribableIF, IdentifiableIF, Serializable, Comparable<EditId_EN>, Constable

public enum EditId_EN extends Enum<EditId_EN> implements DescribableIF, IdentifiableIF
Author:
CMS
  • Enum Constant Details

    • VALUE_VALID

      public static final EditId_EN VALUE_VALID
    • VALUE_INVALID

      public static final EditId_EN VALUE_INVALID
    • VALUE_OUT_OF_RANGE

      public static final EditId_EN VALUE_OUT_OF_RANGE
    • VALUE_NOT_CALCULATED

      public static final EditId_EN VALUE_NOT_CALCULATED
    • VALUE_UNGROUPABLE

      public static final EditId_EN VALUE_UNGROUPABLE
    • VALUE_IGNORE

      public static final EditId_EN VALUE_IGNORE
    • VALUE_SUBSTITUTED

      public static final EditId_EN VALUE_SUBSTITUTED
    • VALUE_SUBSTITUTED_FOR_SPAN

      public static final EditId_EN VALUE_SUBSTITUTED_FOR_SPAN
    • VALUE_PROMOTED

      public static final EditId_EN VALUE_PROMOTED
    • VALUE_HIPPS1

      public static final EditId_EN VALUE_HIPPS1
    • VALUE_HIPPS2

      public static final EditId_EN VALUE_HIPPS2
    • VALUE_HIPPS3

      public static final EditId_EN VALUE_HIPPS3
    • VALUE_HIPPS4

      public static final EditId_EN VALUE_HIPPS4
    • VALUE_HIPPS5

      public static final EditId_EN VALUE_HIPPS5
    • VALUE_RETURN

      public static final EditId_EN VALUE_RETURN
    • VALUE_CODE_FIRST

      public static final EditId_EN VALUE_CODE_FIRST
    • DATE_SPAN

      public static final EditId_EN DATE_SPAN
    • DATE_WARNING

      public static final EditId_EN DATE_WARNING
    • DATE_ERROR

      public static final EditId_EN DATE_ERROR
  • Method Details

    • values

      public static EditId_EN[] 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 EditId_EN 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
    • getDescription

      public String getDescription()
      Description copied from interface: DescribableIF
      The description of the object
      Specified by:
      getDescription in interface DescribableIF
      Returns:
    • setDescription

      public void setDescription(String description)
      Description copied from interface: DescribableIF
      Sets the objects internal description
      Specified by:
      setDescription in interface DescribableIF
    • toString

      public String toString()
      Overrides:
      toString in class Enum<EditId_EN>
      Returns:
    • getId

      public int getId()
      Description copied from interface: IdentifiableIF
      the id of the object
      Specified by:
      getId in interface IdentifiableIF
      Returns:
      the id
    • setId

      public void setId(int id)
      Description copied from interface: IdentifiableIF
      Sets the id for the object at run time
      Specified by:
      setId in interface IdentifiableIF
      Parameters:
      id - the id to set