NextApp Echo3 Extras
v3.0.b4

nextapp.echo.extras.app.serial.property
Class IconSetPeer

java.lang.Object
  extended by nextapp.echo.extras.app.serial.property.IconSetPeer
All Implemented Interfaces:
nextapp.echo.app.serial.SerialPropertyPeer

public class IconSetPeer
extends java.lang.Object
implements nextapp.echo.app.serial.SerialPropertyPeer


Constructor Summary
IconSetPeer()
           
 
Method Summary
 java.lang.Object toProperty(nextapp.echo.app.util.Context context, java.lang.Class objectClass, org.w3c.dom.Element propertyElement)
           
 void toXml(nextapp.echo.app.util.Context context, java.lang.Class objectClass, org.w3c.dom.Element propertyElement, java.lang.Object propertyValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconSetPeer

public IconSetPeer()
Method Detail

toProperty

public java.lang.Object toProperty(nextapp.echo.app.util.Context context,
                                   java.lang.Class objectClass,
                                   org.w3c.dom.Element propertyElement)
                            throws nextapp.echo.app.serial.SerialException
Specified by:
toProperty in interface nextapp.echo.app.serial.SerialPropertyPeer
Throws:
nextapp.echo.app.serial.SerialException
See Also:
SerialPropertyPeer.toProperty(nextapp.echo.app.util.Context, java.lang.Class, org.w3c.dom.Element)

toXml

public void toXml(nextapp.echo.app.util.Context context,
                  java.lang.Class objectClass,
                  org.w3c.dom.Element propertyElement,
                  java.lang.Object propertyValue)
           throws nextapp.echo.app.serial.SerialException
Specified by:
toXml in interface nextapp.echo.app.serial.SerialPropertyPeer
Throws:
nextapp.echo.app.serial.SerialException
See Also:
SerialPropertyPeer.toXml(nextapp.echo.app.util.Context, java.lang.Class, org.w3c.dom.Element, java.lang.Object)

NextApp Echo3 Extras
v3.0.b4