|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hops.dm.tad.constantsdef.turn
public class turn
Turn system, user, none
| Field Summary | |
|---|---|
static turn |
non
not initialized turn |
static turn |
sys
system turn |
static turn |
user
user turn |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
boolean |
equalsTo(java.lang.String _t)
Indicates whether the turn represented by the String _t is "equal to" this one. |
boolean |
equalsTo(turn _t)
Indicates whether a turn is "equal to" this one. |
int |
hashCode()
|
static turn |
toObject(java.lang.String _s)
returns the turn representation of the String _s |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final turn sys
public static final turn user
public static final turn non
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equalsTo(turn _t)
public boolean equalsTo(java.lang.String _t)
public int hashCode()
hashCode in class java.lang.ObjectObjectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic static turn toObject(java.lang.String _s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||