Fields Summary |
---|
public String[] | choicesIf the value member can be chosen from a set of possible values, they are
contained here. Otherwise choices is {@code null}. |
public String | descriptionA description of the property. May be {@code null}. |
public String | nameThe name of the property. |
public boolean | required{@code True} when the value member must be provided during {@code
Driver.connect}. {@code False} otherwise. |
public String | valueThe current value associated with this property. It is depending on the
data gathered by the {@code getPropertyInfo} method, the general Java
environment and the driver's default values. |