| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
getChoices()
Gets the array of possible values if the value for the field
DriverPropertyInfo.value may be selected from a
particular set of values. |
java.lang.String |
getValue()
Gets the the current value of the property, based on a combination
of the information supplied to the method
getPropertyInfo, the Java environment, and the
driver-supplied default values. |
boolean |
isRequired()
The
required field is true if a value
must be supplied for this property during
Driver.connect and false otherwise. |
getDescription, getNamejava.util.Collection<java.lang.String> getChoices()
DriverPropertyInfo.value may be selected from a
particular set of values.java.lang.String getValue()
getPropertyInfo, the Java environment, and the
driver-supplied default values. This field may be null if no value
is known.boolean isRequired()
required field is true if a value
must be supplied for this property during
Driver.connect and false otherwise.Copyright © 2000-2018 Sualeh Fatehi. All rights reserved.