public enum TableNames_EN extends Enum<TableNames_EN> implements DescribableIF, IdentifiableIF
| Enum Constant and Description |
|---|
Claim_Layout |
Clinical_Groups |
Comorbidity_Groups |
Comorbidity_Interactions |
Diagnoses |
Diagnosis_Subchapters |
Grouper_Versions |
HIPPS_Structure |
OASIS_Responses |
Return_Codes |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
The description of the object
|
String |
getFileName() |
int |
getId()
the id of the object
|
boolean |
isViewable() |
void |
setDescription(String description)
Sets the objects internal description
|
void |
setFileName(String fileName) |
void |
setId(int id)
Sets the id for the object at run time
|
void |
setViewable(boolean viewable) |
String |
toString() |
static TableNames_EN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableNames_EN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableNames_EN Diagnoses
public static final TableNames_EN Clinical_Groups
public static final TableNames_EN Comorbidity_Groups
public static final TableNames_EN Comorbidity_Interactions
public static final TableNames_EN Diagnosis_Subchapters
public static final TableNames_EN HIPPS_Structure
public static final TableNames_EN OASIS_Responses
public static final TableNames_EN Return_Codes
public static final TableNames_EN Grouper_Versions
public static final TableNames_EN Claim_Layout
public static TableNames_EN[] values()
for (TableNames_EN c : TableNames_EN.values()) System.out.println(c);
public static TableNames_EN valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getDescription()
DescribableIFgetDescription in interface DescribableIFpublic void setDescription(String description)
DescribableIFsetDescription in interface DescribableIFpublic String toString()
toString in class Enum<TableNames_EN>public int getId()
IdentifiableIFgetId in interface IdentifiableIFpublic void setId(int id)
IdentifiableIFsetId in interface IdentifiableIFid - the id to setpublic String getFileName()
public void setFileName(String fileName)
fileName - the fileName to setpublic boolean isViewable()
public void setViewable(boolean viewable)
viewable - the viewable to setCopyright © 2020. All rights reserved.