Uses of Class
org.apache.felix.ipojo.api.ServiceProperty

Packages that use ServiceProperty
org.apache.felix.ipojo.api   
 

Uses of ServiceProperty in org.apache.felix.ipojo.api
 

Methods in org.apache.felix.ipojo.api that return ServiceProperty
 ServiceProperty ServiceProperty.setField(java.lang.String name)
          Sets the property field.
 ServiceProperty ServiceProperty.setImmutable(boolean immutable)
          Sets if the property is immutable.
 ServiceProperty ServiceProperty.setMandatory(boolean mandatory)
          Sets if the property is mandatory.
 ServiceProperty ServiceProperty.setName(java.lang.String name)
          Sets the property name.
 ServiceProperty ServiceProperty.setType(java.lang.String name)
          Sets the property type.
 ServiceProperty ServiceProperty.setValue(java.lang.String name)
          Sets the property value.
 

Methods in org.apache.felix.ipojo.api with parameters of type ServiceProperty
 Service Service.addProperty(ServiceProperty ps)
          Adds a service property.
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.