org.jrdf.query.relation.attributename
Class VariableName
java.lang.Object
org.jrdf.query.relation.attributename.VariableName
- All Implemented Interfaces:
- Serializable, AttributeName
public final class VariableName
- extends Object
- implements AttributeName
Stuff goes in here.
- Version:
- $Id: VariableName.java 1045 2007-01-05 04:56:09Z newmana $
- Author:
- Andrew Newman
- See Also:
- Serialized Form
VariableName
public VariableName(String newVariableName)
getLiteral
public String getLiteral()
- Specified by:
getLiteral in interface AttributeName
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object