Package net.sourceforge.pmd.renderers
Class ColumnDescriptor<T>
- java.lang.Object
-
- net.sourceforge.pmd.renderers.ColumnDescriptor<T>
-
- Type Parameters:
T
-
@InternalApi @Deprecated public class ColumnDescriptor<T> extends Object
Deprecated.Is internal API- Author:
- Brian Remedios
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ColumnDescriptor.Accessor<T>
Deprecated.
-
Constructor Summary
Constructors Constructor Description ColumnDescriptor(String theId, String theTitle, ColumnDescriptor.Accessor<T> theAccessor)
Deprecated.
-
-
-
Field Detail
-
id
public final String id
Deprecated.
-
title
public final String title
Deprecated.
-
accessor
public final ColumnDescriptor.Accessor<T> accessor
Deprecated.
-
-
Constructor Detail
-
ColumnDescriptor
public ColumnDescriptor(String theId, String theTitle, ColumnDescriptor.Accessor<T> theAccessor)
Deprecated.
-
-