| 
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--portlets.compoze.groupware.ConnectionPropertyValue
This class represents a connection property value.
| Constructor Summary | |
ConnectionPropertyValue(ConnectionProperty property)
Constructor.  | 
|
ConnectionPropertyValue(ConnectionProperty property,
                        java.lang.String sValue)
Constructor.  | 
|
| Method Summary | |
static ConnectionPropertyValue[] | 
copyValues(ConnectionPropertyValue[] values)
Copies the connection property values.  | 
 ConnectionProperty | 
getConnectionProperty()
Gets the connection property.  | 
 ConnectionPropertyValue | 
getCopy()
Copies the connection property value.  | 
 java.lang.String | 
getValue()
Gets the connection property value.  | 
 void | 
setValue(java.lang.String sValue)
Sets the connection property value.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public ConnectionPropertyValue(ConnectionProperty property)
property - the connection property
public ConnectionPropertyValue(ConnectionProperty property,
                               java.lang.String sValue)
property - the connection propertysValue - the value (may not be null)| Method Detail | 
public java.lang.String getValue()
public void setValue(java.lang.String sValue)
sValue - the value (may not be null)public ConnectionProperty getConnectionProperty()
public ConnectionPropertyValue getCopy()
public static ConnectionPropertyValue[] copyValues(ConnectionPropertyValue[] values)
values - the values to copy (may not be null)
  | 
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||