|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.betwixt.strategy.SimpleTypeMapper.Binding
public static class SimpleTypeMapper.Binding
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.
| Field Summary | |
|---|---|
static SimpleTypeMapper.Binding |
ATTRIBUTE
|
static SimpleTypeMapper.Binding |
ELEMENT
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Equals compatible with the enumeration. |
int |
hashCode()
Implementation compatible with equals |
java.lang.String |
toString()
Generate something appropriate for logging. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final SimpleTypeMapper.Binding ELEMENT
public static final SimpleTypeMapper.Binding ATTRIBUTE
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||