com.metamatrix.soap.sqlquerywebservice.helper
Class TransactionAutoWrapType
java.lang.Object
com.metamatrix.soap.sqlquerywebservice.helper.TransactionAutoWrapType
public class TransactionAutoWrapType
- extends java.lang.Object
Used to describe the allowed values for 'transaction auto wrap
mode' as part of the RequestInfo domain type. Transaction auto wrap allowed
values are:
value 0=OFF, value 1= ON, value 2=OPTIMISTIC, value 3=PESSIMISTIC
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TransactionAutoWrapType
public TransactionAutoWrapType()
TransactionAutoWrapType
public TransactionAutoWrapType(java.lang.String value)
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.