public static class

SimpleTypeMapper.Binding

extends Object
java.lang.Object
   ↳ org.apache.commons.betwixt.strategy.SimpleTypeMapper.Binding

Class Overview

Enumerates binding options for simple types. Simple types (in xml) have no attributes or child elements. For Betwixt, these are converted to and from strings and these strings used to populate either attributes or element body's.

Summary

Fields
public static final SimpleTypeMapper.Binding ATTRIBUTE
public static final SimpleTypeMapper.Binding ELEMENT
Public Methods
boolean equals(Object obj)
Equals compatible with the enumeration.
int hashCode()
Implementation compatible with equals
String toString()
Generate something appropriate for logging.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final SimpleTypeMapper.Binding ATTRIBUTE

public static final SimpleTypeMapper.Binding ELEMENT

Public Methods

public boolean equals (Object obj)

Equals compatible with the enumeration.

public int hashCode ()

Implementation compatible with equals

public String toString ()

Generate something appropriate for logging.