public class DataCubeExtraValueData extends BasicData
DataCubeExtraValue
,
Developer documentation: Experiments and analysisModifier and Type | Field and Description |
---|---|
private long |
bytes |
private int |
coordinateType |
private DataCubeData |
dataCube |
private short |
extraNo |
private int |
valueType |
Constructor and Description |
---|
DataCubeExtraValueData() |
Modifier and Type | Method and Description |
---|---|
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) |
equals, getId, getVersion, hashCode, setId, setVersion, toString
private DataCubeData dataCube
private short extraNo
private long bytes
private int coordinateType
private int valueType
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)