Uses of Class
org.apache.felix.ipojo.metadata.Attribute

Uses of Attribute in org.apache.felix.ipojo.metadata
 

Methods in org.apache.felix.ipojo.metadata that return Attribute
 Attribute[] Element.getAttributes()
          Get element attributes.
 

Methods in org.apache.felix.ipojo.metadata with parameters of type Attribute
 void Element.addAttribute(Attribute att)
          Add a attribute.
 void Element.removeAttribute(Attribute att)
          Remove an attribute.