Enum Class TableNames_EN

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

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

    • Diagnoses

      public static final TableNames_EN Diagnoses
    • Clinical_Groups

      public static final TableNames_EN Clinical_Groups
    • Comorbidity_Groups

      public static final TableNames_EN Comorbidity_Groups
    • Comorbidity_Interactions

      public static final TableNames_EN Comorbidity_Interactions
    • Diagnosis_Subchapters

      public static final TableNames_EN Diagnosis_Subchapters
    • HIPPS_Structure

      public static final TableNames_EN HIPPS_Structure
    • OASIS_Responses

      public static final TableNames_EN OASIS_Responses
    • Return_Codes

      public static final TableNames_EN Return_Codes
    • Grouper_Versions

      public static final TableNames_EN Grouper_Versions
    • Claim_Layout

      public static final TableNames_EN Claim_Layout
    • Validity_Flags

      public static final TableNames_EN Validity_Flags
    • CodeFirst_Conditions

      public static final TableNames_EN CodeFirst_Conditions
  • Method Details

    • values

      public static TableNames_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 TableNames_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<TableNames_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
    • getFileName

      public String getFileName()
      Returns:
      the fileName
    • setFileName

      public void setFileName(String fileName)
      Parameters:
      fileName - the fileName to set
    • isViewable

      public boolean isViewable()
      Returns:
      the viewable
    • setViewable

      public void setViewable(boolean viewable)
      Parameters:
      viewable - the viewable to set