org.jrdf.query.relation.attributename
Class PositionName

java.lang.Object
  extended by org.jrdf.query.relation.attributename.PositionName
All Implemented Interfaces:
Serializable, AttributeName

public final class PositionName
extends Object
implements AttributeName

See Also:
Serialized Form

Constructor Summary
PositionName(String newPositionName)
           
 
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

PositionName

public PositionName(String newPositionName)
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