com.esri.sde.sdk.client
Class SeDBTune.Params

java.lang.Object
  extended by com.esri.sde.sdk.client.SeDBTune.Params
Enclosing class:
SeDBTune

public static class SeDBTune.Params
extends java.lang.Object


Method Summary
 java.lang.Object clone()
           
 java.lang.String getName()
          Retrieves the parameter name.
 java.lang.String getValue()
          Retrieves the parameter value
 void setName(java.lang.String paramName)
          Sets the parameter name.
 void setValue(java.lang.String paramValue)
          Sets dbtune parameter value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Retrieves the parameter name.

Returns:
String

setName

public void setName(java.lang.String paramName)
             throws SeException
Sets the parameter name.

Parameters:
paramName - String
Throws:
SeException

getValue

public java.lang.String getValue()
Retrieves the parameter value

Returns:
String

setValue

public void setValue(java.lang.String paramValue)
              throws SeException
Sets dbtune parameter value.

Parameters:
paramValue - String
Throws:
SeException

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object