public class Property extends Object implements Serializable, XMLAppendable
JPADatabase, XMLDatabase, or DDLDatabase, or to pass to JDBC drivers.| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected String |
value |
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(XMLBuilder builder) |
boolean |
equals(Object that) |
String |
getKey() |
String |
getValue() |
int |
hashCode() |
void |
setKey(String value) |
void |
setValue(String value) |
String |
toString() |
Property |
withKey(String value) |
Property |
withValue(String value) |
public String getKey()
public void setKey(String value)
public String getValue()
public void setValue(String value)
public final void appendTo(XMLBuilder builder)
appendTo in interface XMLAppendableCopyright © 2021. All rights reserved.