Package | Description |
---|---|
org.apache.felix.ipojo.api |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Service |
Service.addProperty(ServiceProperty ps)
Adds a service property.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.