java.io.Serializable, java.lang.Cloneable, java.lang.Comparablepublic final class BindingType
extends java.lang.Object
implements java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
| Modifier and Type | Field | Description |
|---|---|---|
static BindingType |
JDO |
|
static BindingType |
XML |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
clone() |
Clone only returns the one and only instance of this kind.
|
int |
compareTo(java.lang.Object other) |
|
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) |
public static final BindingType JDO
public static final BindingType XML
public static BindingType valueOf(java.lang.String kind)
public static java.util.Iterator iterator()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectother - Object to be compared with this instance.true if other equals this else false.public int hashCode()
hashCode in class java.lang.Objectpublic 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.Comparableother - Object to be compared with this instance.protected java.lang.Object readResolve()
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com