public class PivotField extends Object implements Serializable
Constructor and Description |
---|
PivotField(String f,
Object v,
int count,
List<PivotField> pivot) |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
String |
getField() |
List<PivotField> |
getPivot() |
Object |
getValue() |
String |
toString() |
void |
write(PrintStream out,
int indent) |
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–2014 The Apache Software Foundation. All rights reserved.