org.eclipse.ecf.osgi.services.remoteserviceadmin
Class EndpointDescriptionWriter.MultiValueProperty

java.lang.Object
  extended by org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionWriter.ComplexProperty
      extended by org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionWriter.MultiValueProperty
Direct Known Subclasses:
EndpointDescriptionWriter.ArrayProperty, EndpointDescriptionWriter.ListProperty, EndpointDescriptionWriter.SetProperty
Enclosing class:
EndpointDescriptionWriter

protected abstract class EndpointDescriptionWriter.MultiValueProperty
extends EndpointDescriptionWriter.ComplexProperty


Constructor Summary
EndpointDescriptionWriter.MultiValueProperty(java.lang.String name, java.lang.Object value)
           
 
Method Summary
 void writeProperty(int indentLevel, java.io.Writer writer)
           
 
Methods inherited from class org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionWriter.ComplexProperty
getName, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointDescriptionWriter.MultiValueProperty

public EndpointDescriptionWriter.MultiValueProperty(java.lang.String name,
                                                    java.lang.Object value)
Method Detail

writeProperty

public void writeProperty(int indentLevel,
                          java.io.Writer writer)
                   throws java.io.IOException
Specified by:
writeProperty in class EndpointDescriptionWriter.ComplexProperty
Throws:
java.io.IOException