Package | Description |
---|---|
org.apache.felix.ipojo.api |
Modifier and Type | Method and Description |
---|---|
Property |
Property.setConstructorParameter(int index)
Sets the constructor parameter index of the property.
|
Property |
Property.setField(java.lang.String name)
Sets the property field.
|
Property |
Property.setImmutable(boolean immutable)
Sets if the property is immutable.
|
Property |
Property.setMandatory(boolean mandatory)
Sets if the property is mandatory.
|
Property |
Property.setMethod(java.lang.String name)
Sets the property method.
|
Property |
Property.setName(java.lang.String name)
Sets the property name.
|
Property |
Property.setValue(java.lang.String name)
Sets the property value.
|
Modifier and Type | Method and Description |
---|---|
PrimitiveComponentType |
PrimitiveComponentType.addProperty(Property prop)
Adds a configuration property.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.