public interface ConnectionProperty
BuiltInConnectionProperty
enumerates built-in properties, but
there may be others; the list is not closed.Modifier and Type | Interface and Description |
---|---|
static class |
ConnectionProperty.Type
Data type of property.
|
Modifier and Type | Method and Description |
---|---|
String |
camelName()
The name of this property in camel-case.
|
Object |
defaultValue()
Returns the default value of this property.
|
String |
name()
The name of this property.
|
boolean |
required()
Whether the property is mandatory.
|
ConnectionProperty.Type |
type()
Returns the data type of this property.
|
Class |
valueClass()
Class of values that this property can take.
|
ConnectionConfigImpl.PropEnv |
wrap(Properties properties)
Wraps this property with a properties object from which its value can be
obtained when needed.
|
String name()
String camelName()
Object defaultValue()
ConnectionProperty.Type type()
ConnectionConfigImpl.PropEnv wrap(Properties properties)
boolean required()
Class valueClass()
ConnectionProperty.Type.ENUM
properties.Copyright © 2012-2024 Apache Software Foundation. All Rights Reserved.