Class EndpointDescriptionWriter.ComplexProperty

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

protected abstract class EndpointDescriptionWriter.ComplexProperty extends Object
  • Constructor Details

    • ComplexProperty

      public ComplexProperty(String name, Object value)
  • Method Details

    • writeProperty

      public abstract void writeProperty(int indentLevel, Writer writer) throws IOException
      Throws:
      IOException
    • getName

      protected String getName()
    • getValue

      protected Object getValue()