public class XSSFCacheField extends Object implements PivotCache.CacheField, Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
getDatabaseField() |
int |
getFieldGroup() |
int |
getGroupBase() |
List<Integer> |
getGroupDiscrete() |
String |
getName() |
long |
getNumberFormatId() |
List<Object> |
getSharedItems() |
void |
setDatabaseField(boolean databaseField) |
void |
setName(String name) |
public void setName(String name)
setName
in interface PivotCache.CacheField
public String getName()
getName
in interface PivotCache.CacheField
public List<Object> getSharedItems()
getSharedItems
in interface PivotCache.CacheField
public void setDatabaseField(boolean databaseField)
setDatabaseField
in interface PivotCache.CacheField
public boolean getDatabaseField()
getDatabaseField
in interface PivotCache.CacheField
public List<Integer> getGroupDiscrete()
getGroupDiscrete
in interface PivotCache.CacheField
public int getFieldGroup()
getFieldGroup
in interface PivotCache.CacheField
public int getGroupBase()
getGroupBase
in interface PivotCache.CacheField
public long getNumberFormatId()
getNumberFormatId
in interface PivotCache.CacheField
Copyright © 2020. All rights reserved.