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

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

protected class EndpointDescriptionWriter.ArrayProperty
extends EndpointDescriptionWriter.MultiValueProperty


Constructor Summary
EndpointDescriptionWriter.ArrayProperty(java.lang.String key, java.lang.Object[] 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.ArrayProperty

public EndpointDescriptionWriter.ArrayProperty(java.lang.String key,
                                               java.lang.Object[] value)
Method Detail

getValueType

public java.lang.String getValueType()