|
|||||||||
Home >> All >> com >> sun >> jdi >> [ connect overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
com.sun.jdi.connect
Interface Connector.IntegerArgument

- All Superinterfaces:
- Connector.Argument, java.io.Serializable
- Enclosing interface:
- Connector
- public static interface Connector.IntegerArgument
- extends Connector.Argument
Method Summary | |
int |
intValue()
|
boolean |
isValid(int arg1)
|
int |
max()
|
int |
min()
|
void |
setValue(int arg1)
|
java.lang.String |
stringValueOf(int arg1)
|
Methods inherited from interface com.sun.jdi.connect.Connector.Argument |
description, isValid, label, mustSpecify, name, setValue, value |
Method Detail |
setValue
public void setValue(int arg1)
isValid
public boolean isValid(int arg1)
stringValueOf
public java.lang.String stringValueOf(int arg1)
intValue
public int intValue()
max
public int max()
min
public int min()
|
|||||||||
Home >> All >> com >> sun >> jdi >> [ connect overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |