|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TimeUnitTypeTypeBase>
org.eclipse.modisco.jee.ejbjar.EjbJar31.TimeUnitTypeTypeBase
public enum TimeUnitTypeTypeBase
A representation of the literals of the enumeration 'Time Unit Type Type Base', and utility methods for working with them.
EjbJar31Package.getTimeUnitTypeTypeBase()
Enum Constant Summary | |
---|---|
DAYS
The 'Days' literal object. |
|
HOURS
The 'Hours' literal object. |
|
MICROSECONDS
The 'Microseconds' literal object. |
|
MILLISECONDS
The 'Milliseconds' literal object. |
|
MINUTES
The 'Minutes' literal object. |
|
NANOSECONDS
The 'Nanoseconds' literal object. |
|
SECONDS
The 'Seconds' literal object. |
Field Summary | |
---|---|
static int |
DAYS_VALUE
The 'Days' literal value. |
static int |
HOURS_VALUE
The 'Hours' literal value. |
static int |
MICROSECONDS_VALUE
The 'Microseconds' literal value. |
static int |
MILLISECONDS_VALUE
The 'Milliseconds' literal value. |
static int |
MINUTES_VALUE
The 'Minutes' literal value. |
static int |
NANOSECONDS_VALUE
The 'Nanoseconds' literal value. |
static int |
SECONDS_VALUE
The 'Seconds' literal value. |
static java.util.List<TimeUnitTypeTypeBase> |
VALUES
A public read-only list of all the 'Time Unit Type Type Base' enumerators. |
Method Summary | |
---|---|
static TimeUnitTypeTypeBase |
get(int value)
Returns the 'Time Unit Type Type Base' literal with the specified integer value. |
static TimeUnitTypeTypeBase |
get(java.lang.String literal)
Returns the 'Time Unit Type Type Base' literal with the specified literal value. |
static TimeUnitTypeTypeBase |
getByName(java.lang.String name)
Returns the 'Time Unit Type Type Base' literal with the specified name. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static TimeUnitTypeTypeBase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TimeUnitTypeTypeBase[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TimeUnitTypeTypeBase DAYS
DAYS_VALUE
public static final TimeUnitTypeTypeBase HOURS
HOURS_VALUE
public static final TimeUnitTypeTypeBase MINUTES
MINUTES_VALUE
public static final TimeUnitTypeTypeBase SECONDS
SECONDS_VALUE
public static final TimeUnitTypeTypeBase MILLISECONDS
MILLISECONDS_VALUE
public static final TimeUnitTypeTypeBase MICROSECONDS
MICROSECONDS_VALUE
public static final TimeUnitTypeTypeBase NANOSECONDS
NANOSECONDS_VALUE
Field Detail |
---|
public static final int DAYS_VALUE
If the meaning of 'Days' literal object isn't clear, there really should be more of a description here...
DAYS
,
Constant Field Valuespublic static final int HOURS_VALUE
If the meaning of 'Hours' literal object isn't clear, there really should be more of a description here...
HOURS
,
Constant Field Valuespublic static final int MINUTES_VALUE
If the meaning of 'Minutes' literal object isn't clear, there really should be more of a description here...
MINUTES
,
Constant Field Valuespublic static final int SECONDS_VALUE
If the meaning of 'Seconds' literal object isn't clear, there really should be more of a description here...
SECONDS
,
Constant Field Valuespublic static final int MILLISECONDS_VALUE
If the meaning of 'Milliseconds' literal object isn't clear, there really should be more of a description here...
MILLISECONDS
,
Constant Field Valuespublic static final int MICROSECONDS_VALUE
If the meaning of 'Microseconds' literal object isn't clear, there really should be more of a description here...
MICROSECONDS
,
Constant Field Valuespublic static final int NANOSECONDS_VALUE
If the meaning of 'Nanoseconds' literal object isn't clear, there really should be more of a description here...
NANOSECONDS
,
Constant Field Valuespublic static final java.util.List<TimeUnitTypeTypeBase> VALUES
Method Detail |
---|
public static final TimeUnitTypeTypeBase[] values()
for(TimeUnitTypeTypeBase c : TimeUnitTypeTypeBase.values()) System.out.println(c);
public static TimeUnitTypeTypeBase valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static TimeUnitTypeTypeBase get(java.lang.String literal)
public static TimeUnitTypeTypeBase getByName(java.lang.String name)
public static TimeUnitTypeTypeBase get(int value)
public int getValue()
public java.lang.String getName()
public java.lang.String getLiteral()
public java.lang.String toString()
toString
in class java.lang.Enum<TimeUnitTypeTypeBase>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |