org.openanzo.common.rdb.layout
Class NodeCentricSchema.LiteralNode.ColumnNames

java.lang.Object
  extended by org.openanzo.common.rdb.layout.NodeCentricSchema.LiteralNode.ColumnNames
Direct Known Subclasses:
NodeCentricSchema.LongLiteralNode.ColumnNames, NodeCentricSchema.LongXMLNode.ColumnNames
Enclosing class:
NodeCentricSchema.LiteralNode

public static class NodeCentricSchema.LiteralNode.ColumnNames
extends java.lang.Object

Define the column names for storing literals


Field Summary
static java.lang.String ID
          The name of the column that stores the literal's id
static java.lang.String modifier_id
          The name of the column that stores the literal's modifier
static java.lang.String value
          The name of the column that stores the literal's value
 
Constructor Summary
NodeCentricSchema.LiteralNode.ColumnNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
The name of the column that stores the literal's id

See Also:
Constant Field Values

value

public static final java.lang.String value
The name of the column that stores the literal's value

See Also:
Constant Field Values

modifier_id

public static final java.lang.String modifier_id
The name of the column that stores the literal's modifier

See Also:
Constant Field Values
Constructor Detail

NodeCentricSchema.LiteralNode.ColumnNames

public NodeCentricSchema.LiteralNode.ColumnNames()


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.