public static interface Connector.SelectedArgument extends Connector.Argument
Connector.Argument
whose value is a String selected from a list of choices.Modifier and Type | Method and Description |
---|---|
java.util.List |
choices()
The list of choices for this connector
|
boolean |
isValid(java.lang.String value)
Returns if the given value is valid with-respect-to this
Connector.Argument |
description, label, mustSpecify, name, setValue, value
java.util.List choices()
boolean isValid(java.lang.String value)
Connector.Argument
Connector.Argument
isValid
in interface Connector.Argument
value
- the value to test for validity, null
is acceptedtrue
if the Connector.Argument
is valid false
otherwiseCopyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.