JavaScript Development Tools
Release 3.2

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

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

public static interface Connector.StringArgument
extends Connector.Argument

String specialization of an Connector.Argument

See Also:
Connector.Argument

Method Summary
 boolean isValid(String arg1)
          Returns if the given value is valid with-respect-to 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

isValid

boolean isValid(String arg1)
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:
arg1 - the value to test for validity, null is accepted
Returns:
true if the Connector.Argument is valid false otherwise

JavaScript Development Tools
Release 3.2

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