com.hp.hpl.jena.sdb.layout2
Class TableDescNodes

java.lang.Object
  extended by com.hp.hpl.jena.sdb.layout2.TableDescNodes
Direct Known Subclasses:
TableNodesHash, TableNodesIndex

public abstract class TableDescNodes
extends Object

Author:
Andy Seaborne

Field Summary
static int DatatypeUriLength
           
 
Constructor Summary
TableDescNodes()
           
 
Method Summary
 String getDatatypeColName()
           
 String getHashColName()
           
abstract  String getIdColName()
           
 String getLangColName()
           
 String getLexColName()
           
abstract  String getNodeRefColName()
           
abstract  int getNodeRefTypeNum()
           
abstract  String getNodeRefTypeString()
           
 String getTableName()
           
 String getTypeColName()
           
static String name()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DatatypeUriLength

public static final int DatatypeUriLength
See Also:
Constant Field Values
Constructor Detail

TableDescNodes

public TableDescNodes()
Method Detail

name

public static String name()

getTableName

public String getTableName()

getNodeRefTypeString

public abstract String getNodeRefTypeString()

getNodeRefTypeNum

public abstract int getNodeRefTypeNum()

getNodeRefColName

public abstract String getNodeRefColName()

getIdColName

public abstract String getIdColName()

getHashColName

public String getHashColName()

getLexColName

public String getLexColName()

getLangColName

public String getLangColName()

getTypeColName

public String getTypeColName()

getDatatypeColName

public String getDatatypeColName()


Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.