public static interface OracleResourceProvider.Parameter
OracleResourceProvider. Instances of
Parameter may be queried by Oracle JDBC and database tools.| Modifier and Type | Method and Description |
|---|---|
default java.lang.CharSequence |
defaultValue()
Returns the default value of this parameter, if any.
|
default java.lang.String |
description()
Returns a human-readable description of this parameter.
|
default boolean |
isRequired()
Returns
true if configuring this parameter is required, or
false if it is optional. |
boolean |
isSensitive()
Returns
true if this parameter may set to a security sensitive
value, such as a password. |
java.lang.String |
name()
Returns the name of this parameter.
|
java.lang.String name()
boolean isSensitive()
true if this parameter may set to a security sensitive
value, such as a password.true if this parameter is security sensitive, or
false if not.default java.lang.String description()
default boolean isRequired()
true if configuring this parameter is required, or
false if it is optional.true if this is a required parameter, or false if
not.default java.lang.CharSequence defaultValue()
null if there is
no default value.