public class ConnectionProperty extends Object implements Serializable
Constructor and Description |
---|
ConnectionProperty() |
ConnectionProperty(String propertyName,
String value,
ValueFormat valueFormat,
ValueType valueType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getPropertyName() |
String |
getValue() |
ValueFormat |
getValueFormat() |
ValueType |
getValueType() |
int |
hashCode() |
void |
setPropertyName(String propertyName) |
void |
setValue(String value) |
void |
setValueFormat(ValueFormat valueFormat) |
void |
setValueType(ValueType valueType) |
String |
toString() |
public ConnectionProperty()
public ConnectionProperty(String propertyName, String value, ValueFormat valueFormat, ValueType valueType)
public String getPropertyName()
public void setPropertyName(String propertyName)
public String getValue()
public void setValue(String value)
public ValueFormat getValueFormat()
public void setValueFormat(ValueFormat valueFormat)
public ValueType getValueType()
public void setValueType(ValueType valueType)
Copyright © 2016. All rights reserved.