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

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

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

Methods in org.apache.felix.ipojo.api that return Property
 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.
 

Methods in org.apache.felix.ipojo.api with parameters of type Property
 PrimitiveComponentType PrimitiveComponentType.addProperty(Property prop)
          Adds a configuration property.
 



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