public interface IKeyPartUse
Modifier and Type | Method and Description |
---|---|
IColumn |
getBoundColumn()
Get the bound column of this key part use.
|
ICubeUsesDimension |
getCubeUsesDimension()
Get the owning cube uses dimension of this key part use.
|
INaturalKeyMember |
getNaturalKeyUse()
Get the natural key member if the referenced level is linked to the cube
by its natural keys.
|
int |
getPosition()
Get the position of this key part use in its owning cube uses dimension.
|
ILevelAttribute |
getSurrogateKeyUse()
Get the surrogate key level attribute if the referenced level is linked
to the cube by its surrogate key.
|
void |
setBoundColumn(IColumn boundColumn)
Set the bound column for this key part use.
|
int getPosition()
ICubeUsesDimension getCubeUsesDimension()
ILevelAttribute getSurrogateKeyUse()
INaturalKeyMember getNaturalKeyUse()
IColumn getBoundColumn()
void setBoundColumn(IColumn boundColumn)
boundColumn
- The bound column for this key part use.