org.jrdf.query.relation.constants
Class NullaryAttributeValuePair

java.lang.Object
  extended by org.jrdf.query.relation.constants.NullaryAttributeValuePair
All Implemented Interfaces:
Serializable, AttributeValuePair

public final class NullaryAttributeValuePair
extends Object
implements AttributeValuePair, Serializable

See Also:
Serialized Form

Field Summary
static AttributeValuePair NULLARY_ATTRIBUTE_VALUE_PAIR
          Nullary Attribute Value Pair - should always be true when compared.
 
Method Summary
 Attribute getAttribute()
          Returns the attribute.
 Node getValue()
          Returns the value of the attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULLARY_ATTRIBUTE_VALUE_PAIR

public static final AttributeValuePair NULLARY_ATTRIBUTE_VALUE_PAIR
Nullary Attribute Value Pair - should always be true when compared.

Method Detail

getAttribute

public Attribute getAttribute()
Description copied from interface: AttributeValuePair
Returns the attribute.

Specified by:
getAttribute in interface AttributeValuePair
Returns:
the attribute.

getValue

public Node getValue()
Description copied from interface: AttributeValuePair
Returns the value of the attribute.

Specified by:
getValue in interface AttributeValuePair
Returns:
the value of the attribute.