public class PivotField extends Object implements Serializable
Constructor and Description |
---|
PivotField(String f,
Object v,
int count,
List<PivotField> pivot) |
public PivotField(String f, Object v, int count, List<PivotField> pivot)
public String getField()
public Object getValue()
public int getCount()
public List<PivotField> getPivot()
public void write(PrintStream out, int indent)
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.