|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectID
Field Summary | |
---|---|
static char |
DELIMITER
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object obj)
Compares this object to another. |
java.lang.String |
getProtocol()
Return the name of the protocol that this factory uses. |
java.lang.String |
toString()
Returns a string representing the current state of the object. |
java.lang.String |
toString(char delim)
Returns a string representing the current state of the object. |
Field Detail |
---|
static final char DELIMITER
Method Detail |
---|
int compareTo(java.lang.Object obj)
equals()
, meaning
that (compare(x, y)==0) == (x.equals(y))
.
compareTo
in interface java.lang.Comparable
obj
- the object that this instance is to be compared to; may not be null.
java.lang.ClassCastException
- if the specified object's type prevents it
from being compared to this instance.java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toString(char delim)
delim
- the delimiter that should be used
java.lang.String getProtocol()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |