com.metamatrix.soap.sqlquerywebservice.helper
Class RequestType

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

public class RequestType
extends java.lang.Object

Used to describe the allowed values for 'statement type' as part of the RequestInfo domain type. Statement type allowed values are: value 0=Statement, value 1=PreparedStatement


Constructor Summary
RequestType()
           
RequestType(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

RequestType

public RequestType()

RequestType

public RequestType(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.