|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.rgma.Units
Time units.
Field Summary | |
static Units |
DAYS
Days. |
static Units |
HOURS
Hours. |
static Units |
MILLIS
Milliseconds. |
static Units |
MINUTES
Minutes. |
static Units |
SECONDS
Seconds. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this object with the specified object. |
int |
hashCode()
Returns a hash code value for the object. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Units MILLIS
public static final Units SECONDS
public static final Units MINUTES
public static final Units HOURS
public static final Units DAYS
Method Detail |
public boolean equals(java.lang.Object obj)
obj
- Object to compare.
true
if this object and the specified object are
equal.Object.equals(java.lang.Object)
public int hashCode()
Object.hashCode()
public java.lang.String toString()
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |