Class EndpointDescriptionWriter.MultiValueProperty
- java.lang.Object
- 
- org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionWriter.ComplexProperty
- 
- 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 SummaryConstructors Constructor Description MultiValueProperty(String name, Object value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteProperty(int indentLevel, Writer writer)- 
Methods inherited from class org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionWriter.ComplexPropertygetName, getValue
 
- 
 
- 
- 
- 
Method Detail- 
writePropertypublic void writeProperty(int indentLevel, Writer writer) throws IOException- Specified by:
- writePropertyin class- EndpointDescriptionWriter.ComplexProperty
- Throws:
- IOException
 
 
- 
 
-