org.outerj.daisy.repository.schema
Class RepositorySchemaEventType

java.lang.Object
  extended byorg.outerj.daisy.repository.schema.RepositorySchemaEventType

public class RepositorySchemaEventType
extends java.lang.Object


Field Summary
static RepositorySchemaEventType DOCUMENT_TYPE_CREATED
           
static RepositorySchemaEventType DOCUMENT_TYPE_DELETED
           
static RepositorySchemaEventType DOCUMENT_TYPE_UPDATED
           
static RepositorySchemaEventType FIELD_TYPE_CREATED
           
static RepositorySchemaEventType FIELD_TYPE_DELETED
           
static RepositorySchemaEventType FIELD_TYPE_UPDATED
           
static RepositorySchemaEventType PART_TYPE_CREATED
           
static RepositorySchemaEventType PART_TYPE_DELETED
           
static RepositorySchemaEventType PART_TYPE_UPDATED
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DOCUMENT_TYPE_UPDATED

public static RepositorySchemaEventType DOCUMENT_TYPE_UPDATED

DOCUMENT_TYPE_CREATED

public static RepositorySchemaEventType DOCUMENT_TYPE_CREATED

DOCUMENT_TYPE_DELETED

public static RepositorySchemaEventType DOCUMENT_TYPE_DELETED

PART_TYPE_UPDATED

public static RepositorySchemaEventType PART_TYPE_UPDATED

PART_TYPE_CREATED

public static RepositorySchemaEventType PART_TYPE_CREATED

PART_TYPE_DELETED

public static RepositorySchemaEventType PART_TYPE_DELETED

FIELD_TYPE_UPDATED

public static RepositorySchemaEventType FIELD_TYPE_UPDATED

FIELD_TYPE_CREATED

public static RepositorySchemaEventType FIELD_TYPE_CREATED

FIELD_TYPE_DELETED

public static RepositorySchemaEventType FIELD_TYPE_DELETED
Method Detail

toString

public java.lang.String toString()


Copyright © -2005 . All Rights Reserved.