public class ConnectionProperties<T extends ConnectionProperties> extends Object
| Constructor and Description |
|---|
ConnectionProperties(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
value()
Each connection-property specifies a string name/value pair with the property name coming from the name attribute and the value coming from the element content
|
T |
value(String value)
Each connection-property specifies a string name/value pair with the property name coming from the name attribute and the value coming from the element content
|
public ConnectionProperties(String key)
Copyright © 2015 JBoss by Red Hat. All rights reserved.