|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--solar.impl.AbstractAttributeRecord
An abstract implementation of attribute record.
| Field Summary | |
protected java.util.List |
_attributes
|
private static long |
serialVersionUID
|
| Fields inherited from interface solar.SolarConstants |
ADVERTISEMENT_SVID, ATTRIBUTE_RECORD_SVID, ATTRIBUTE_SVID, FILTER_CONFIG_SVID, FILTER_SPEC_SVID, GRAPH_SPEC_SVID, GUID_SVID, HEADER_SVID, ID_SVID, NAME_RECORD_SVID, PACK_POLICY_SVID, PIPE_SPEC_SVID, REQUEST_SVID, RPCACK_SVID |
| Constructor Summary | |
AbstractAttributeRecord()
|
|
| Method Summary | |
Attribute |
getAttribute(java.lang.String key)
Return the first attribute with specified key. |
java.util.List |
getAttributes()
Return the list of all attributes. |
java.util.List |
getAttributes(java.lang.String key)
Return all the attributes with specified key. |
java.util.List |
getKeys()
Return the list of all keys. |
java.lang.Object |
getValue(java.lang.String key)
Return the value of an attribute with the specified key. |
java.util.List |
getValues()
Return the list of all values. |
java.util.List |
getValues(java.lang.String key)
Return the values of all attributes with the specified key. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface solar.api.AttributeRecord |
equals |
| Methods inherited from interface solar.api.Adu |
toBytes, toString |
| Field Detail |
private static final long serialVersionUID
protected java.util.List _attributes
| Constructor Detail |
public AbstractAttributeRecord()
| Method Detail |
public Attribute getAttribute(java.lang.String key)
AttributeRecord
getAttribute in interface AttributeRecordpublic java.util.List getAttributes(java.lang.String key)
AttributeRecord
getAttributes in interface AttributeRecordpublic java.util.List getAttributes()
AttributeRecord
getAttributes in interface AttributeRecordpublic java.util.List getKeys()
AttributeRecord
getKeys in interface AttributeRecordpublic java.util.List getValues()
AttributeRecord
getValues in interface AttributeRecordpublic java.lang.Object getValue(java.lang.String key)
AttributeRecord
getValue in interface AttributeRecordpublic java.util.List getValues(java.lang.String key)
AttributeRecord
getValues in interface AttributeRecord
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||