org.eclipse.datatools.connectivity.ui.dse.dialogs
Class ConnectionDisplayProperty
java.lang.Object
   org.eclipse.datatools.connectivity.ui.dse.dialogs.ConnectionDisplayProperty
org.eclipse.datatools.connectivity.ui.dse.dialogs.ConnectionDisplayProperty
- public class ConnectionDisplayProperty 
- extends java.lang.Object
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ConnectionDisplayProperty
public ConnectionDisplayProperty(java.lang.String property,
                                 java.lang.String value)
- Parameters:
- property-
- value-
getPropertyName
public java.lang.String getPropertyName()
- 
- Returns:
- Returns the property.
 
setPropertyName
public void setPropertyName(java.lang.String property)
- 
- Parameters:
- property- The property to set.
 
getValue
public java.lang.String getValue()
- 
- Returns:
- Returns the value.
 
setValue
public void setValue(java.lang.String value)
- 
- Parameters:
- value- The value to set.