|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.castor.mapping.BindingType
public final class BindingType
| Field Summary | |
|---|---|
static BindingType |
JDO
|
static BindingType |
XML
|
| Method Summary | |
|---|---|
Object |
clone()
Clone only returns the one and only instance of this kind. |
int |
compareTo(Object other)
Compares _type against _type of the specified
object. |
boolean |
equals(Object other)
Returns if the specified object and this are one and the same instance. |
int |
hashCode()
Returns the hash code of this object. |
static Iterator |
iterator()
|
protected Object |
readResolve()
Called during deserialization. |
String |
toString()
Returns the String representation of this kind. |
static BindingType |
valueOf(String kind)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final BindingType JDO
public static final BindingType XML
| Method Detail |
|---|
public static BindingType valueOf(String kind)
public static Iterator iterator()
public String toString()
toString in class Objectpublic Object clone()
clone in class Objectpublic boolean equals(Object other)
equals in class Objectother - Object to be compared with this instance.
true if other equals this else false.public int hashCode()
hashCode in class Objectpublic int compareTo(Object other)
_type against _type of the specified
object. So this method is inconsistent with equals(java.lang.Object).
compareTo in interface Comparableother - Object to be compared with this instance.
protected Object readResolve()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||