public static interface Connector.BooleanArgument extends Connector.Argument
Connector.Argument
Connector.Argument
Modifier and Type | Method and Description |
---|---|
boolean |
booleanValue()
Returns the boolean value for this
Connector.Argument . |
boolean |
isValid(java.lang.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 . |
description, label, mustSpecify, name, setValue, value
boolean booleanValue()
Connector.Argument
.boolean isValid(java.lang.String value)
Connector.Argument
Connector.Argument
isValid
in interface Connector.Argument
value
- the value to test for validity, null
is acceptedtrue
if the Connector.Argument
is valid false
otherwisevoid setValue(boolean booleanValue)
Connector.Argument
.booleanValue
- the new valueCopyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.