- All Superinterfaces:
Connector.Argument
,Serializable
- Enclosing interface:
Connector
Specification for and value of a Connector argument,
whose value is a String selected from a list of choices.
-
Method Summary
Methods declared in interface com.sun.jdi.connect.Connector.Argument
description, label, mustSpecify, name, setValue, value
-
Method Details
-
choices
Return the possible values for the argument -
isValid
Performs basic sanity check of argument.- Specified by:
isValid
in interfaceConnector.Argument
- Returns:
true
if value is one ofchoices()
.
-