public enum EditId_EN extends Enum<EditId_EN> implements DescribableIF, IdentifiableIF
| Enum Constant and Description |
|---|
VALUE_HIPPS1 |
VALUE_HIPPS2 |
VALUE_HIPPS3 |
VALUE_HIPPS4 |
VALUE_HIPPS5 |
VALUE_IGNORE |
VALUE_INVALID |
VALUE_NOT_CALCULATED |
VALUE_OUT_OF_RANGE |
VALUE_RETURN |
VALUE_SUBSTITUTED |
VALUE_UNGROUPABLE |
VALUE_VALID |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
The description of the object
|
int |
getId()
the id of the object
|
void |
setDescription(String description)
Sets the objects internal description
|
void |
setId(int id)
Sets the id for the object at run time
|
String |
toString() |
static EditId_EN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditId_EN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditId_EN VALUE_VALID
public static final EditId_EN VALUE_INVALID
public static final EditId_EN VALUE_OUT_OF_RANGE
public static final EditId_EN VALUE_NOT_CALCULATED
public static final EditId_EN VALUE_UNGROUPABLE
public static final EditId_EN VALUE_IGNORE
public static final EditId_EN VALUE_SUBSTITUTED
public static final EditId_EN VALUE_HIPPS1
public static final EditId_EN VALUE_HIPPS2
public static final EditId_EN VALUE_HIPPS3
public static final EditId_EN VALUE_HIPPS4
public static final EditId_EN VALUE_HIPPS5
public static final EditId_EN VALUE_RETURN
public static EditId_EN[] values()
for (EditId_EN c : EditId_EN.values()) System.out.println(c);
public static EditId_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 int getId()
IdentifiableIFgetId in interface IdentifiableIFpublic void setId(int id)
IdentifiableIFsetId in interface IdentifiableIFid - the id to setCopyright © 2020. All rights reserved.