|
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.Argument
Default description of an argument that this Connector
can support
Method Summary | |
---|---|
String |
description()
A human readable description of the Connector.Argument . |
boolean |
isValid(String value)
Returns if the given value is valid with-respect-to this Connector.Argument |
String |
label()
The simple label of the Connector.Argument . |
boolean |
mustSpecify()
Returns true if this Connector.Argument is required false otherwise. |
String |
name()
The name of the Connector.Argument . |
void |
setValue(String value)
Sets the value of the Connector.Argument to be the given value. |
String |
value()
Returns the value of the Connector.Argument . |
Method Detail |
---|
String description()
Connector.Argument
.null
Connector.Argument
or null
String label()
Connector.Argument
.null
Connector.Argument
or null
boolean mustSpecify()
true
if this Connector.Argument
is required false
otherwise.
true
if this Connector.Argument
is required false
otherwiseString name()
Connector.Argument
.null
Connector.Argument
or null
boolean isValid(String value)
Connector.Argument
value
- the value to test for validity, null
is accepted
true
if the Connector.Argument
is valid false
otherwisevoid setValue(String value)
Connector.Argument
to be the given value.
value
- the new value to set, null
is acceptedString value()
Connector.Argument
.null
Connector.Argument
or null
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |