|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
net.sf.jameleon.bean | |
net.sf.jameleon.function |
Uses of Attribute in net.sf.jameleon.bean |
---|
Methods in net.sf.jameleon.bean that return Attribute | |
---|---|
protected Attribute |
Javadoc2Bean.createAttributeFromTag(AbstractJavaEntity aje,
String name,
String type,
String contextName,
boolean instanceVariable)
|
Attribute |
FunctionalPoint.getAttribute(String name)
Gets a particular attribute. |
Methods in net.sf.jameleon.bean with parameters of type Attribute | |
---|---|
void |
FunctionalPoint.addAttribute(Attribute attr)
Adds an Attribute to the list of attributes used by this |
Uses of Attribute in net.sf.jameleon.function |
---|
Methods in net.sf.jameleon.function with parameters of type Attribute | |
---|---|
Object |
AttributeBroker.getAttributeValue(Attribute attr,
JellyContext context)
Gets the real-time value of attr for the consumer |
protected Object |
AttributeBroker.getAttributeValueFromInstance(Attribute attr)
|
Field |
AttributeBroker.getConsumerField(Attribute attr)
|
void |
AttributeBroker.registerAttribute(Attribute attr)
Add an attribute to the list of instance variables supported by the consumer |
void |
AttributeBroker.setConsumerAttribute(Attribute attr,
Object objValue)
Sets the instance variable of the Attributable to the value with the correct type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |