|
|||||||||
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 | |
---|---|
java.lang.Object |
clone()
Clone only returns the one and only instance of this kind. |
int |
compareTo(java.lang.Object other)
Compares _type against _type of the specified
object. |
boolean |
equals(java.lang.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 java.util.Iterator |
iterator()
|
protected java.lang.Object |
readResolve()
Called during deserialization. |
java.lang.String |
toString()
Returns the String representation of this kind. |
static BindingType |
valueOf(java.lang.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(java.lang.String kind)
public static java.util.Iterator iterator()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone()
clone
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- Object to be compared with this instance.
true
if other equals this else false
.public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(java.lang.Object other)
_type
against _type
of the specified
object. So this method is inconsistent with equals(java.lang.Object)
.
compareTo
in interface java.lang.Comparable
other
- Object to be compared with this instance.
protected java.lang.Object readResolve()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |