public enum PeriodTiming_EN extends Enum<PeriodTiming_EN> implements DescribableIF, IdentifiableIF
| Enum Constant and Description |
|---|
PERIOD_TIMING_EARLY |
PERIOD_TIMING_LATE |
| 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 PeriodTiming_EN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeriodTiming_EN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PeriodTiming_EN PERIOD_TIMING_EARLY
public static final PeriodTiming_EN PERIOD_TIMING_LATE
public static PeriodTiming_EN[] values()
for (PeriodTiming_EN c : PeriodTiming_EN.values()) System.out.println(c);
public static PeriodTiming_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<PeriodTiming_EN>public int getId()
IdentifiableIFgetId in interface IdentifiableIFpublic void setId(int id)
IdentifiableIFsetId in interface IdentifiableIFid - the id to setCopyright © 2020. All rights reserved.