org.eclipse.modisco.jee.ejbjar.EjbJar31
Enum TimeUnitTypeTypeBase

java.lang.Object
  extended by java.lang.Enum<TimeUnitTypeTypeBase>
      extended by org.eclipse.modisco.jee.ejbjar.EjbJar31.TimeUnitTypeTypeBase
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<TimeUnitTypeTypeBase>

public enum TimeUnitTypeTypeBase
extends java.lang.Enum<TimeUnitTypeTypeBase>

A representation of the literals of the enumeration 'Time Unit Type Type Base', and utility methods for working with them.

See Also:
EjbJar31Package.getTimeUnitTypeTypeBase()
Generated:
Model:
extendedMetaData="name='time-unit-typeType_._base'"

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

DAYS

public static final TimeUnitTypeTypeBase DAYS
The 'Days' literal object.

See Also:
DAYS_VALUE
Generated:
Ordered:

HOURS

public static final TimeUnitTypeTypeBase HOURS
The 'Hours' literal object.

See Also:
HOURS_VALUE
Generated:
Ordered:

MINUTES

public static final TimeUnitTypeTypeBase MINUTES
The 'Minutes' literal object.

See Also:
MINUTES_VALUE
Generated:
Ordered:

SECONDS

public static final TimeUnitTypeTypeBase SECONDS
The 'Seconds' literal object.

See Also:
SECONDS_VALUE
Generated:
Ordered:

MILLISECONDS

public static final TimeUnitTypeTypeBase MILLISECONDS
The 'Milliseconds' literal object.

See Also:
MILLISECONDS_VALUE
Generated:
Ordered:

MICROSECONDS

public static final TimeUnitTypeTypeBase MICROSECONDS
The 'Microseconds' literal object.

See Also:
MICROSECONDS_VALUE
Generated:
Ordered:

NANOSECONDS

public static final TimeUnitTypeTypeBase NANOSECONDS
The 'Nanoseconds' literal object.

See Also:
NANOSECONDS_VALUE
Generated:
Ordered:
Field Detail

DAYS_VALUE

public static final int DAYS_VALUE
The 'Days' literal value.

If the meaning of 'Days' literal object isn't clear, there really should be more of a description here...

See Also:
DAYS, Constant Field Values
Generated:
Model:
name="Days"
Ordered:

HOURS_VALUE

public static final int HOURS_VALUE
The 'Hours' literal value.

If the meaning of 'Hours' literal object isn't clear, there really should be more of a description here...

See Also:
HOURS, Constant Field Values
Generated:
Model:
name="Hours"
Ordered:

MINUTES_VALUE

public static final int MINUTES_VALUE
The 'Minutes' literal value.

If the meaning of 'Minutes' literal object isn't clear, there really should be more of a description here...

See Also:
MINUTES, Constant Field Values
Generated:
Model:
name="Minutes"
Ordered:

SECONDS_VALUE

public static final int SECONDS_VALUE
The 'Seconds' literal value.

If the meaning of 'Seconds' literal object isn't clear, there really should be more of a description here...

See Also:
SECONDS, Constant Field Values
Generated:
Model:
name="Seconds"
Ordered:

MILLISECONDS_VALUE

public static final int MILLISECONDS_VALUE
The 'Milliseconds' literal value.

If the meaning of 'Milliseconds' literal object isn't clear, there really should be more of a description here...

See Also:
MILLISECONDS, Constant Field Values
Generated:
Model:
name="Milliseconds"
Ordered:

MICROSECONDS_VALUE

public static final int MICROSECONDS_VALUE
The 'Microseconds' literal value.

If the meaning of 'Microseconds' literal object isn't clear, there really should be more of a description here...

See Also:
MICROSECONDS, Constant Field Values
Generated:
Model:
name="Microseconds"
Ordered:

NANOSECONDS_VALUE

public static final int NANOSECONDS_VALUE
The 'Nanoseconds' literal value.

If the meaning of 'Nanoseconds' literal object isn't clear, there really should be more of a description here...

See Also:
NANOSECONDS, Constant Field Values
Generated:
Model:
name="Nanoseconds"
Ordered:

VALUES

public static final java.util.List<TimeUnitTypeTypeBase> VALUES
A public read-only list of all the 'Time Unit Type Type Base' enumerators.

Generated:
Method Detail

values

public static final TimeUnitTypeTypeBase[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(TimeUnitTypeTypeBase c : TimeUnitTypeTypeBase.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static TimeUnitTypeTypeBase valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

get

public static TimeUnitTypeTypeBase get(java.lang.String literal)
Returns the 'Time Unit Type Type Base' literal with the specified literal value.

Generated:

getByName

public static TimeUnitTypeTypeBase getByName(java.lang.String name)
Returns the 'Time Unit Type Type Base' literal with the specified name.

Generated:

get

public static TimeUnitTypeTypeBase get(int value)
Returns the 'Time Unit Type Type Base' literal with the specified integer value.

Generated:

getValue

public int getValue()

Generated:

getName

public java.lang.String getName()

Generated:

getLiteral

public java.lang.String getLiteral()

Generated:

toString

public java.lang.String toString()
Returns the literal value of the enumerator, which is its string representation.

Overrides:
toString in class java.lang.Enum<TimeUnitTypeTypeBase>
Generated: