Uses of Class
org.apache.commons.betwixt.strategy.TypeBindingStrategy.BindingType

Packages that use TypeBindingStrategy.BindingType
org.apache.commons.betwixt.strategy This package contains a variety of plugin Strategy patterns that can be used to customize the default behaviours. 
 

Uses of TypeBindingStrategy.BindingType in org.apache.commons.betwixt.strategy
 

Fields in org.apache.commons.betwixt.strategy declared as TypeBindingStrategy.BindingType
static TypeBindingStrategy.BindingType TypeBindingStrategy.BindingType.COMPLEX
          Indicates that the java type should be bound to a complex xml type.
static TypeBindingStrategy.BindingType TypeBindingStrategy.BindingType.PRIMITIVE
          Indicates that the type should be bound as a Java primitive.
 

Methods in org.apache.commons.betwixt.strategy that return TypeBindingStrategy.BindingType
abstract  TypeBindingStrategy.BindingType TypeBindingStrategy.bindingType(java.lang.Class type)
          Gets the binding type to be used for the given Java type.
 TypeBindingStrategy.BindingType TypeBindingStrategy.Default.bindingType(java.lang.Class type)
          Gets the binding type to be used for the given Java type.
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.