org.jrdf.query.relation.attributename
Class VariableName

java.lang.Object
  extended by 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

Constructor Summary
VariableName(String newVariableName)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getLiteral()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariableName

public VariableName(String newVariableName)
Method Detail

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