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_PROMOTED |
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_PROMOTED
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()
DescribableIF
getDescription
in interface DescribableIF
public void setDescription(String description)
DescribableIF
setDescription
in interface DescribableIF
public int getId()
IdentifiableIF
getId
in interface IdentifiableIF
public void setId(int id)
IdentifiableIF
setId
in interface IdentifiableIF
id
- the id to setCopyright © 2022. All rights reserved.