org.kth.dks.dks_node
Class InsertType

java.lang.Object
  extended by org.kth.dks.dks_node.InsertType

public class InsertType
extends java.lang.Object

Title: DKS

Description: DKS Middleware

Copyright: Copyright (c) 2004

Company: KTH-IMIT

Version:
1.0
Author:
not attributable

Field Summary
static InsertType INSERT
           
static InsertType REMOVE
           
 
Method Summary
 java.lang.String toString()
           
static InsertType valueOf(java.lang.String insertTypeString)
          Converts the String into a InsertType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSERT

public static final InsertType INSERT

REMOVE

public static final InsertType REMOVE
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

valueOf

public static InsertType valueOf(java.lang.String insertTypeString)
Converts the String into a InsertType

Parameters:
insertTypeString - is a string, e.g. "insert"
Returns:
InsertType is the right instance of insertTypeString


Copyright © 2010. All Rights Reserved.