|
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.IntegerArgument
Integer specialization of an Connector.Argument
Connector.Argument
Method Summary | |
---|---|
int |
intValue()
Returns the integer value of the Connector.Argument |
boolean |
isValid(int intValue)
If the integer value is valid with-respect-to this argument. |
boolean |
isValid(String value)
Returns if the given value is valid with-respect-to this Connector.Argument |
int |
max()
Returns the maximum value that this Connector.Argument will accept as being valid. |
int |
min()
Returns the minimum value that this Connector.Argument will accept as being valid. |
void |
setValue(int intValue)
Sets the integer value of 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 |
---|
int intValue()
Connector.Argument
boolean isValid(int intValue)
intValue
- the value to test
true
if the given value if valid false
otherwiseboolean 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
otherwiseint max()
Connector.Argument
will accept as being valid.
int min()
Connector.Argument
will accept as being valid.
void setValue(int intValue)
Connector.Argument
.
intValue
- the new value to set
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |