org.jrdf.query.relation
Interface AttributeValuePair

All Superinterfaces:
Serializable
All Known Implementing Classes:
AttributeValuePairImpl, NullaryAttributeValuePair

public interface AttributeValuePair
extends Serializable

An attribute name/value consists of the name (SUBJECT, PREDICATE, etc.) and value.

Version:
$Revision: 1804 $
Author:
Andrew Newman

Method Summary
 Attribute getAttribute()
          Returns the attribute.
 Node getValue()
          Returns the value of the attribute.
 

Method Detail

getAttribute

Attribute getAttribute()
Returns the attribute.

Returns:
the attribute.

getValue

Node getValue()
Returns the value of the attribute.

Returns:
the value of the attribute.