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

java.lang.Object
  extended by org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionWriter.ComplexProperty
      extended by org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionWriter.MultiValueProperty
          extended by org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionWriter.ListProperty
Enclosing class:
EndpointDescriptionWriter

protected class EndpointDescriptionWriter.ListProperty
extends EndpointDescriptionWriter.MultiValueProperty


Constructor Summary
EndpointDescriptionWriter.ListProperty(java.lang.String key, java.util.List value)
           
 
Method Summary
 java.lang.String getValueType()
           
 
Methods inherited from class org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionWriter.MultiValueProperty
writeProperty
 
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.ListProperty

public EndpointDescriptionWriter.ListProperty(java.lang.String key,
                                              java.util.List value)
Method Detail

getValueType

public java.lang.String getValueType()