Uses of Interface
com.ibm.sensorevent.model.generic.IGenericAttribute

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.
 



Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.