com.sap.sl.sdk.authoring.connection
Interface ConnectionParameter


public interface ConnectionParameter

Describes a connection parameter.

You get the list of parameters by using DatabaseConnection.getParameters(). Some common parameter names are defined in DatabaseConnection.


Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.String getValue()
          Returns the value of the connection parameter.
 void setValue(java.lang.String value)
          Sets the value of the connection parameter.
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute. This string is the name of the connection parameter.

Returns:
The connection parameter name

getValue

java.lang.String getValue()
Returns the value of the connection parameter.

Returns:
The connection parameter value

setValue

void setValue(java.lang.String value)
Sets the value of the connection parameter.

Parameters:
value - The parameter value


© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.