JProfiler API

com.jprofiler.api.platform.descriptors
Interface ArrayDescriptor

All Superinterfaces:
Descriptor

public interface ArrayDescriptor
extends Descriptor

Descriptor for an array type.

The description property of the super-interface is suitable for verbose output, the type property of this derived interface can be used for programmatic processing.


Method Summary
 ArrayType getType()
          Returns the type of the array.
 
Methods inherited from interface com.jprofiler.api.platform.descriptors.Descriptor
getDescription
 

Method Detail

getType

ArrayType getType()
Returns the type of the array.

Returns:
the type of the array

JProfiler API