org.kth.dks.dks_node
Class LookupType

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

public class LookupType
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 LookupType ADDRESS
           
static LookupType ASYNCDATA
           
static LookupType INSERT
           
static LookupType JOINADDRESS
           
static LookupType REMOVE
           
static LookupType SYNCDATA
           
 
Method Summary
 java.lang.String toString()
           
static LookupType valueOf(java.lang.String lookupTypeString)
          Converts the String into a InsertType, useful when unmarshalling strings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSERT

public static final LookupType INSERT

REMOVE

public static final LookupType REMOVE

ADDRESS

public static final LookupType ADDRESS

JOINADDRESS

public static final LookupType JOINADDRESS

SYNCDATA

public static final LookupType SYNCDATA

ASYNCDATA

public static final LookupType ASYNCDATA
Method Detail

toString

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

valueOf

public static LookupType valueOf(java.lang.String lookupTypeString)
Converts the String into a InsertType, useful when unmarshalling strings

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


Copyright © 2010. All Rights Reserved.