|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IGenericAttribute | |
---|---|
com.ibm.sensorevent.model.generic | Provides the generic sensor event model classes. |
Uses of IGenericAttribute in com.ibm.sensorevent.model.generic |
---|
Classes in com.ibm.sensorevent.model.generic that implement IGenericAttribute | |
---|---|
class |
GenericAttribute
GenericAttribute represents a data value (an attribute) managed by the even model. |
Methods in com.ibm.sensorevent.model.generic that return IGenericAttribute | |
---|---|
IGenericAttribute |
IGenericGroup.getAttribute(java.lang.String name)
Returns the attribute from this group with the specified name |
IGenericAttribute |
GenericGroup.getAttribute(java.lang.String name)
Returns the attribute from this group with the specified name |
static IGenericAttribute |
GenericAttribute.getInstance(java.lang.String name)
Factory method to create a IGenericAttribute instance |
Methods in com.ibm.sensorevent.model.generic with parameters of type IGenericAttribute | |
---|---|
void |
IGenericGroup.addAttribute(IGenericAttribute attribute)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addAttribute(IGenericAttribute attribute)
Adds an attribute to this group's collection of attributes. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |