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 SummaryConstructors Constructor Description ComplexProperty(String name, Object value)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected StringgetName()protected ObjectgetValue()abstract voidwriteProperty(int indentLevel, Writer writer)
 
- 
- 
- 
Method Detail- 
writePropertypublic abstract void writeProperty(int indentLevel, Writer writer) throws IOException- Throws:
- IOException
 
 - 
getNameprotected String getName() 
 - 
getValueprotected Object getValue() 
 
- 
 
-