|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
context.arch.discoverer | |
context.arch.storage |
Uses of Attribute in context.arch.discoverer |
Methods in context.arch.discoverer with parameters of type Attribute | |
void |
ComponentDescription.setNonConstantAttribute(Attribute data)
Adds the data parameter to the non constant attributes |
void |
ComponentDescription.setInAttribute(Attribute data)
Adds the data parameter to the incoming attributes |
void |
ComponentDescription.setOutAttribute(Attribute data)
Adds the data parameter to the outgoing attributes |
void |
ComponentDescription.setServerConstantAttribute(Attribute data)
Adds the data parameter to the server constant attributes |
void |
ComponentDescription.setServerNonConstantAttribute(Attribute data)
Adds the data parameter to the server non constant attributes |
Uses of Attribute in context.arch.storage |
Subclasses of Attribute in context.arch.storage | |
class |
AttributeFunction
This class is a container for an attribute name, a function, subAttributes (used for structures - STRUCT) and type. |
class |
AttributeNameValue
This class is a container for an attribute name, value and type. |
Methods in context.arch.storage that return Attribute | |
Attribute |
Attributes.getAttributeAt(int index)
Returns the Attribute object at the given index |
Attribute |
Attributes.getAttribute(java.lang.String name)
This method returns the Attribute with the given name from this list of Attributes. |
Attribute |
Attributes.getAttribute(java.lang.String name,
java.lang.String prefix)
This method returns the Attribute with the given name from this list of Attributes. |
Attribute |
Attributes.removeAttribute(java.lang.String name,
java.lang.String prefix)
This method removes the Attribute with the given name from this list of Attributes. |
Methods in context.arch.storage with parameters of type Attribute | |
void |
Attributes.addAttribute(Attribute att)
Adds the given Attribute object to the container. |
protected void |
Attributes.replaceOrAdd(Attribute att)
guarantees that only one attribute of a given name resides in an Attributes. |
boolean |
Attributes.hasAttribute(Attribute att)
Determines whether the given Attribute object is in the container |
int |
Attributes.indexOfAttribute(Attribute att)
Returns the index at which the Attribute object occurs |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |