-
- All Superinterfaces:
Connector.Argument,Serializable
- Enclosing interface:
- Connector
public static interface Connector.SelectedArgument extends Connector.Argument
Specification for and value of a Connector argument, whose value is a String selected from a list of choices.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>choices()Return the possible values for the argumentbooleanisValid(String value)Performs basic sanity check of argument.-
Methods declared in interface com.sun.jdi.connect.Connector.Argument
description, label, mustSpecify, name, setValue, value
-
-