NextApp Echo3
v3.0.b4

nextapp.echo.app.serial
Interface PropertyPeerFactory

All Known Implementing Classes:
SerialPeerFactory

public interface PropertyPeerFactory

Interface for factories which create SerialPropertyPeers/


Method Summary
 SerialPropertyPeer getPeerForProperty(java.lang.Class propertyClass)
          Returns the appropriate SerialPropertyPeer for the specified propertyClass.
 

Method Detail

getPeerForProperty

SerialPropertyPeer getPeerForProperty(java.lang.Class propertyClass)
Returns the appropriate SerialPropertyPeer for the specified propertyClass.

Parameters:
propertyClass - the Class of the property
Returns:
the SerialPropertyPeer

NextApp Echo3
v3.0.b4