Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.aendvari.cerberus.component.descriptor.ComponentAttribute

Uses of ComponentAttribute in com.aendvari.cerberus.component.descriptor
 

Methods in com.aendvari.cerberus.component.descriptor that return ComponentAttribute
 ComponentAttribute ComponentInstance.getAttribute(java.lang.String name)
          Returns the specified attribute.
 ComponentAttribute ComponentDefinition.getAttribute(java.lang.String name)
          Returns the specified attribute.
 

Methods in com.aendvari.cerberus.component.descriptor with parameters of type ComponentAttribute
 void ComponentInstance.addAttribute(ComponentAttribute attribute)
          Adds an attribute to this component.
 void ComponentInstance.updateAttribute(java.lang.String name, ComponentAttribute attribute)
          Updates the specified attribute.
 void ComponentDefinition.addAttribute(ComponentAttribute attribute)
          Adds an attribute to this component.
 void ComponentDefinition.updateAttribute(java.lang.String name, ComponentAttribute attribute)
          Updates the specified attribute.
 

Constructors in com.aendvari.cerberus.component.descriptor with parameters of type ComponentAttribute
ComponentAttribute(ComponentAttribute attribute)
          Constructs a ComponentAttribute instance as a copy of the one supplied.