public final class BindingType extends Object implements Cloneable, Comparable, Serializable
Modifier and Type | Field and Description |
---|---|
static BindingType |
JDO |
static BindingType |
XML |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Clone only returns the one and only instance of this kind.
|
int |
compareTo(Object other)
|
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) |
public static final BindingType JDO
public static final BindingType XML
public static BindingType valueOf(String kind)
public static Iterator iterator()
public String toString()
public Object clone()
public boolean equals(Object other)
public int hashCode()
public int compareTo(Object other)
_type
against _type
of the specified
object. So this method is inconsistent with equals(java.lang.Object)
.compareTo
in interface Comparable
other
- Object to be compared with this instance.protected Object readResolve()
Copyright © 2016. All rights reserved.