com.metamatrix.soap.sqlquerywebservice.helper
Class CursorType

java.lang.Object
  extended by com.metamatrix.soap.sqlquerywebservice.helper.CursorType

public class CursorType
extends java.lang.Object

This class is used to describe the value for 'cursor type' as part of the RequestInfo domain type. Cursor Type allowed values are: value 1003=FORWARD_ONLY, value 1004= SCROLL_INSENSITIVE and value 1005=SCROLL_SENSITIVE


Constructor Summary
CursorType()
           
CursorType(java.lang.String value)
           
 
Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CursorType

public CursorType()

CursorType

public CursorType(java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

toString

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


Copyright © 2009. All Rights Reserved.