public interface Descriptor
This is a common super-interface, the platform always returns derived interfaces as descriptors.
Unless it is clear what the actual interface is, you have to find out the actual type with
instanceof
comparisons before down-casting a descriptor.
Besides the common description text, derived interfaces can expose more information about the profiling value. The semantics of the description property is documented in the derived interfaces.
ProfilingValue
,
HeapValue
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description.
|