|
org.netbeans.api.debugger.jpda/2 2.4.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Field
Represents one field. This interface is extended by ObjectVariable
interface, if the represented field contains not primitive value (object
value).
Since JDI interfaces evolve from one version to another, it's strongly recommended not to implement this interface in client code. New methods can be added to this interface at any time to keep up with the JDI functionality.
ObjectVariable
Method Summary | |
---|---|
String |
getClassName()
Returns name of enclosing class. |
String |
getDeclaredType()
Declared type of this field. |
String |
getName()
Declared name of field. |
boolean |
isStatic()
Returns true for static fields. |
void |
setValue(String value)
Sets value of this field represented as text. |
Methods inherited from interface org.netbeans.api.debugger.jpda.Variable |
---|
getType, getValue |
Method Detail |
---|
String getName()
String getClassName()
String getDeclaredType()
boolean isStatic()
true
for static fields.
true
for static fieldsvoid setValue(String value) throws InvalidExpressionException
InvalidExpressionException
- if the expression is not correct
|
org.netbeans.api.debugger.jpda/2 2.4.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |