|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Connector.BooleanArgument
Boolean specialization of an Connector.Argument
Connector.Argument
Method Summary | |
---|---|
boolean |
booleanValue()
Returns the boolean value for this Connector.Argument . |
boolean |
isValid(String value)
Returns if the given value is valid with-respect-to this Connector.Argument |
void |
setValue(boolean booleanValue)
Sets the new boolean value for this Connector.Argument . |
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.connect.Connector.Argument |
---|
description, label, mustSpecify, name, setValue, value |
Method Detail |
---|
boolean booleanValue()
Connector.Argument
.
boolean isValid(String value)
Connector.Argument
Connector.Argument
isValid
in interface Connector.Argument
value
- the value to test for validity, null
is accepted
true
if the Connector.Argument
is valid false
otherwisevoid setValue(boolean booleanValue)
Connector.Argument
.
booleanValue
- the new value
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |