com.yourkit.probes
Class Column

java.lang.Object
  extended by com.yourkit.probes.Column
Direct Known Subclasses:
ForeignKeyColumn, IntColumn, LongColumn, StringColumn

public abstract class Column
extends java.lang.Object

Base class for Table columns filled by user (as opposite to automatically filled columns specified via table mask - see Table.Table(String, long) for detail). This class must not be subclassed by user. Instead, existing subclasses IntColumn, LongColumn, StringColumn, ForeignKeyColumn should be used. Columns must be assigned to fields of Table subclasses.

See source code of built-in probes to learn more how to use the columns.


Method Summary
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public final java.lang.String getName()


Copyright © 2003-2010 YourKit, LLC. All Rights Reserved.