|
Java Debug Interface | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Connector.BooleanArgument
Specification for and value of a Connector argument, whose value is Boolean. Boolean values are represented by the localized versions of the strings "true" and "false".
Method Summary | |
---|---|
boolean |
booleanValue()
Return the value of the argument as a boolean. |
boolean |
isValid(String value)
Performs basic sanity check of argument. |
void |
setValue(boolean value)
Sets the value of the argument. |
String |
stringValueOf(boolean value)
Return the string representation of the value
parameter. |
Methods inherited from interface com.sun.jdi.connect.Connector.Argument |
---|
description, label, mustSpecify, name, setValue, value |
Method Detail |
---|
void setValue(boolean value)
boolean isValid(String value)
isValid
in interface Connector.Argument
true
if value is a string
representation of a boolean value.stringValueOf(boolean)
String stringValueOf(boolean value)
value
parameter.
Does not set or examine the current value of this
instance.
boolean booleanValue()
isValid(String)
should be called on
Connector.Argument.value()
to check its validity. If it is invalid
the boolean returned by this method is undefined.
|
Java Debug Interface | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |