org.openanzo.server.repository
Class Schema.Roles

java.lang.Object
  extended by org.openanzo.server.repository.Schema.Roles
Enclosing class:
Schema

public static class Schema.Roles
extends java.lang.Object

Schema definition for the Roles Table


Nested Class Summary
static class Schema.Roles.ColumnNames
          Table's column names
 
Field Summary
static Column HEnd
          Role's hend column
static Column HStart
          Role's hstart column
static Column Id
          Role's ID column
static Table TableName
          Table name for the Roles table
 
Constructor Summary
Schema.Roles()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TableName

public static final Table TableName
Table name for the Roles table


Id

public static final Column Id
Role's ID column


HStart

public static final Column HStart
Role's hstart column


HEnd

public static final Column HEnd
Role's hend column

Constructor Detail

Schema.Roles

public Schema.Roles()


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