com.sun.jdi.connect.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".
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the value of the argument as a boolean.
| |||||||||||
Performs basic sanity check of argument.
| |||||||||||
Sets the value of the argument.
| |||||||||||
Return the string representation of the
value
parameter. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Return the value of the argument as a boolean. Since
the argument may not have been set or may have an invalid
value isValid(String)
should be called on
value()
to check its validity. If it is invalid
the boolean returned by this method is undefined.
Performs basic sanity check of argument.
true
if value is a string
representation of a boolean value.Sets the value of the argument.
Return the string representation of the value
parameter.
Does not set or examine the current value of this
instance.