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

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.SetProperty
Enclosing class:
EndpointDescriptionWriter

protected class EndpointDescriptionWriter.SetProperty
extends EndpointDescriptionWriter.MultiValueProperty


Constructor Summary
EndpointDescriptionWriter.SetProperty(java.lang.String key, java.util.Set 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.SetProperty

public EndpointDescriptionWriter.SetProperty(java.lang.String key,
                                             java.util.Set value)
Method Detail

getValueType

public java.lang.String getValueType()