JavaScript Development Tools
Release 3.2

org.eclipse.wst.jsdt.debug.core.jsdi.connect
Interface Connector.BooleanArgument

All Superinterfaces:
Connector.Argument, Serializable
Enclosing interface:
Connector

public static interface Connector.BooleanArgument
extends Connector.Argument

Boolean specialization of an Connector.Argument

See Also:
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

booleanValue

boolean booleanValue()
Returns the boolean value for this Connector.Argument.

Returns:
the boolean value

isValid

boolean isValid(String value)
Description copied from interface: Connector.Argument
Returns if the given value is valid with-respect-to this Connector.Argument

Specified by:
isValid in interface Connector.Argument
Parameters:
value - the value to test for validity, null is accepted
Returns:
true if the Connector.Argument is valid false otherwise

setValue

void setValue(boolean booleanValue)
Sets the new boolean value for this Connector.Argument.

Parameters:
booleanValue - the new value

JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.