Package com.activeviam.copper
Class LevelToField
- java.lang.Object
-
- com.activeviam.copper.LevelToField
-
public final class LevelToField extends Object
Representation of the mapping between a cube level and a field reachable from a store.- Author:
- ActiveViam
-
-
Constructor Summary
Constructors Constructor Description LevelToField(LevelIdentifier level, FieldPath field)Constructor.
-
-
-
Constructor Detail
-
LevelToField
public LevelToField(LevelIdentifier level, FieldPath field)
Constructor.- Parameters:
level- the cube levelfield- the store field mapped to the cube level
-
-
Method Detail
-
getLevel
public LevelIdentifier getLevel()
-
getField
public FieldPath getField()
-
-