com.triactive.jdo.store
Class RequestIdentifier.Type

java.lang.Object
  extended bycom.triactive.jdo.store.RequestIdentifier.Type
Enclosing class:
RequestIdentifier

public static class RequestIdentifier.Type
extends java.lang.Object


Field Summary
static RequestIdentifier.Type DELETE
           
static RequestIdentifier.Type FETCH
           
static RequestIdentifier.Type INSERT
           
static RequestIdentifier.Type UPDATE
           
 
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

INSERT

public static final RequestIdentifier.Type INSERT

FETCH

public static final RequestIdentifier.Type FETCH

UPDATE

public static final RequestIdentifier.Type UPDATE

DELETE

public static final RequestIdentifier.Type DELETE
Method Detail

toString

public java.lang.String toString()


Copyright ? 2001 TriActive, Inc. All Rights Reserved.