@NoImplement
public static interface ConnectivitySchemaBuilder.ConnectionParameterConfigurer
| Modifier and Type | Method and Description |
|---|---|
ConnectivitySchemaBuilder.ConnectionParameterConfigurer |
enumOf(String... values)
Indicates that the parameter represents an enum by providing its supported
values |
ConnectivitySchemaBuilder.ConnectionParameterConfigurer |
setMandatory(boolean mandatory)
Specifies whether the parameter is mandatory or not
|
ConnectivitySchemaBuilder.ConnectionParameterConfigurer |
setPropertyTerm(String propertyTerm)
Specifies the parameter's property term.
|
ConnectivitySchemaBuilder.ConnectionParameterConfigurer |
setRange(String range)
Specifies the parameter's range
|
ConnectivitySchemaBuilder.ConnectionParameterConfigurer setPropertyTerm(String propertyTerm)
propertyTerm - the property term.this configurerConnectivitySchemaBuilder.ConnectionParameterConfigurer setRange(String range)
range - a rangethis configurerConnectivitySchemaBuilder.ConnectionParameterConfigurer setMandatory(boolean mandatory)
mandatory - the mandatory boolean valuethis configurerConnectivitySchemaBuilder.ConnectionParameterConfigurer enumOf(String... values)
valuesvalues - the supported values.this configurerCopyright © 2022. All rights reserved.