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

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

protected abstract class EndpointDescriptionWriter.ComplexProperty
extends java.lang.Object


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

Constructor Detail

EndpointDescriptionWriter.ComplexProperty

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

writeProperty

public abstract void writeProperty(int indentLevel,
                                   java.io.Writer writer)
                            throws java.io.IOException
Throws:
java.io.IOException

getName

protected java.lang.String getName()

getValue

protected java.lang.Object getValue()