|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.basedb.core.data.BasicData net.sf.basedb.core.data.DataCubeExtraValueData
public class DataCubeExtraValueData
This class holds information about an extra value in a data cube.
DataCubeExtraValue
,
Experiments and analysis overviewField Summary | |
---|---|
private long |
bytes
|
private int |
coordinateType
|
private DataCubeData |
dataCube
|
private short |
extraNo
|
private int |
valueType
|
Constructor Summary | |
---|---|
DataCubeExtraValueData()
|
Method Summary | |
---|---|
long |
getBytes()
The number of bytes the extra values data occupies on disk. |
int |
getCoordinateType()
If the extra value is a spot extra value, a position extra value or a column extra value. |
DataCubeData |
getDataCube()
Get the data cube this filter belongs to. |
short |
getExtraNo()
The number of this extra value in the data cube. |
int |
getValueType()
The type of value, ie. int, float or string. |
void |
setBytes(long bytes)
|
void |
setCoordinateType(int coordinateType)
|
void |
setDataCube(DataCubeData dataCube)
|
void |
setExtraNo(short extraNo)
|
void |
setValueType(int valueType)
|
Methods inherited from class net.sf.basedb.core.data.BasicData |
---|
equals, getId, getVersion, hashCode, setId, setVersion, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private DataCubeData dataCube
private short extraNo
private long bytes
private int coordinateType
private int valueType
Constructor Detail |
---|
public DataCubeExtraValueData()
Method Detail |
---|
public DataCubeData getDataCube()
public void setDataCube(DataCubeData dataCube)
public short getExtraNo()
public void setExtraNo(short extraNo)
public long getBytes()
public void setBytes(long bytes)
public int getCoordinateType()
public void setCoordinateType(int coordinateType)
public int getValueType()
Type
public void setValueType(int valueType)
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |