JavaScript Development Tools
Release 3.2

org.eclipse.wst.jsdt.debug.core.jsdi
Interface Property

All Superinterfaces:
Mirror
All Known Subinterfaces:
Variable

public interface Property
extends Mirror

Abstract description of an object property.

Since:
1.0
See Also:
Mirror
Restriction:
This interface is not intended to be extended by clients.

Method Summary
 String name()
          Returns the name of this Property or null if one could not be determined.
 Value value()
          Returns the value of this Property.
 
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.Mirror
virtualMachine
 

Method Detail

name

String name()
Returns the name of this Property or null if one could not be determined.

Returns:
the name of this Property or null.

value

Value value()
Returns the value of this Property.

Returns:
the value of this Property.

JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.