Enum Class ReferralSource_EN

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

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

  • Method Details

    • values

      public static ReferralSource_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 ReferralSource_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<ReferralSource_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