Class Item
java.lang.Object
com.independentsoft.office.spreadsheet.pivotTables.Item
The Class Item.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the data field index.getItems()Gets the items.intGets the repeat item count.getType()Gets the type.voidsetDataFieldIndex(int dataFieldIndex)Sets the data field index.voidsetRepeatItemCount(int repeatItemCount)Sets the repeat item count.voidsetType(PivotItemType type)Sets the type.toString()
-
Constructor Details
-
Item
public Item()Instantiates a new item.
-
-
Method Details
-
clone
-
toString
-
getItems
Gets the items.- Returns:
- the items
-
getDataFieldIndex
public int getDataFieldIndex()Gets the data field index.- Returns:
- the data field index
-
setDataFieldIndex
public void setDataFieldIndex(int dataFieldIndex)Sets the data field index.- Parameters:
dataFieldIndex- the new data field index
-
getRepeatItemCount
public int getRepeatItemCount()Gets the repeat item count.- Returns:
- the repeat item count
-
setRepeatItemCount
public void setRepeatItemCount(int repeatItemCount)Sets the repeat item count.- Parameters:
repeatItemCount- the new repeat item count
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-