Uses of Class
solar.api.Attribute

Packages that use Attribute
solar.api Contains some basic Solar APIs, such as event, attribute, and request. 
solar.impl Contains some implementation of common APIs, such as various formatted events, event factory, etc. 
 

Uses of Attribute in solar.api
 

Methods in solar.api that return Attribute
 Attribute AttributeRecord.getAttribute(java.lang.String key)
          Return the first attribute with specified key.
 

Uses of Attribute in solar.impl
 

Methods in solar.impl that return Attribute
 Attribute AbstractAttributeRecord.getAttribute(java.lang.String key)