|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.tangosol.util.Base
com.tangosol.util.BitHelper
com.tangosol.util.ExternalizableHelper
com.tangosol.run.xml.PropertyAdapter
com.tangosol.run.xml.SimpleAdapter
com.tangosol.run.xml.SimpleAdapter.BigDecimalAdapter
public static class SimpleAdapter.BigDecimalAdapter
A simple property adapter for BigDecimal.
| Nested Class Summary |
|---|
| Field Summary |
|---|
| Fields inherited from class com.tangosol.run.xml.PropertyAdapter |
|---|
m_clzType, m_fAttribute, m_infoBean, m_methodClone, m_methodGet, m_methodSet, m_sName, m_sNmsPrefix, m_sNmsUri, m_sXml, NOPARAMS |
| Constructor Summary | |
|---|---|
SimpleAdapter.BigDecimalAdapter(XmlBean.BeanInfo infoBean,
Class clzType,
String sName,
String sXml,
XmlElement xml)
Construct a SimpleAdapter. |
|
| Method Summary | |
|---|---|
Object |
fromUri(String sUri)
Deserialize an object from a URI element. |
Object |
fromXml(XmlElement xml)
Deserialize an object from an XML element. |
Object |
readExternal(DataInput in)
Read a value from the passed DataInput object. |
String |
toUri(Object o)
Serialize an object into a URI element. |
void |
writeExternal(DataOutput out,
Object o)
Write the specified data to the passed DataOutput object. |
| Methods inherited from class com.tangosol.run.xml.SimpleAdapter |
|---|
decodeString, encodeString, isCloneRequired, parseNumber, toXml |
| Methods inherited from class com.tangosol.run.xml.PropertyAdapter |
|---|
clone, equalsValue, findAttribute, findElement, get, getAccessor, getBeanInfo, getCloner, getElements, getLocalXmlName, getMutator, getName, getNamespacePrefix, getNamespaceUri, getType, getXmlName, hash, isAnonymous, isAttribute, isElementMatch, isEmpty, readXml, set, setNamespacePrefix, toString, writeXml |
| Methods inherited from class com.tangosol.util.BitHelper |
|---|
countBits, countBits, countBits, indexOfLSB, indexOfLSB, indexOfLSB, indexOfMSB, indexOfMSB, indexOfMSB, toBitString, toBitString, toBitString |
| Constructor Detail |
|---|
public SimpleAdapter.BigDecimalAdapter(XmlBean.BeanInfo infoBean,
Class clzType,
String sName,
String sXml,
XmlElement xml)
infoBean - BeanInfo for a bean containing this propertyclzType - the type of the propertysName - the property namesXml - the XML tag namexml - additional XML information| Method Detail |
|---|
public Object fromXml(XmlElement xml)
fromXml in class SimpleAdapterxml - the XML element to deserialize from
public Object fromUri(String sUri)
fromUri in class SimpleAdaptersUri - the URI element to deserialize from
UnsupportedOperationException - if the property cannot be
read from a URI elementpublic String toUri(Object o)
toUri in class SimpleAdaptero - the object to serialize
UnsupportedOperationException - if the property cannot be
written to a URI element
public Object readExternal(DataInput in)
throws IOException
readExternal in class PropertyAdapterin - the DataInput stream to read property data from
IOException - if an I/O exception occurs
public void writeExternal(DataOutput out,
Object o)
throws IOException
writeExternal in class PropertyAdapterout - the DataOutput stream to write too - the data to write to the DataOutput; never null
IOException - if an I/O exception occurs
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||