public static final class TypeBindingStrategy.BindingType extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static TypeBindingStrategy.BindingType |
COMPLEX
Indicates that the java type should be bound to a complex xml type.
|
static TypeBindingStrategy.BindingType |
PRIMITIVE
Indicates that the type should be bound as a Java primitive.
|
public static final TypeBindingStrategy.BindingType COMPLEX
public static final TypeBindingStrategy.BindingType PRIMITIVE
public boolean equals(Object object)
equals
in class Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.