org.jrdf.query.relation.constants
Class NullaryAttributeValuePair
java.lang.Object
org.jrdf.query.relation.constants.NullaryAttributeValuePair
- All Implemented Interfaces:
- Serializable, AttributeValuePair
public final class NullaryAttributeValuePair
- extends Object
- implements AttributeValuePair, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NULLARY_ATTRIBUTE_VALUE_PAIR
public static final AttributeValuePair NULLARY_ATTRIBUTE_VALUE_PAIR
- Nullary Attribute Value Pair - should always be true when compared.
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.