net.ontopia.topicmaps.query.parser
Class Variable

java.lang.Object
  extended by net.ontopia.topicmaps.query.parser.Variable

public class Variable
extends Object

INTERNAL: Used to represent variable references in tolog queries.


Field Summary
protected  String name
           
 
Constructor Summary
Variable(String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name
Constructor Detail

Variable

public Variable(String name)
Method Detail

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2000-2012 Ontopia.