public class HierarchicalDimAttribute extends CubeDimAttribute
Constructor and Description |
---|
HierarchicalDimAttribute(String name,
Map<String,String> props) |
HierarchicalDimAttribute(String name,
String description,
List<CubeDimAttribute> hierarchy) |
Modifier and Type | Method and Description |
---|---|
void |
addProperties(Map<String,String> props) |
boolean |
equals(Object obj) |
static List<CubeDimAttribute> |
getHiearachy(String name,
Map<String,String> props) |
List<CubeDimAttribute> |
getHierarchy() |
static String |
getHierarchyElement(CubeDimAttribute dim) |
int |
hashCode() |
String |
toString() |
getCost, getDescription, getDisplayString, getEndTime, getEndTimeMillisSinceEpoch, getName, getStartTime, getStartTimeMillisSinceEpoch, getTags, isColumnAvailableFrom, isColumnAvailableInTimeRange, isColumnAvailableTill
public HierarchicalDimAttribute(String name, String description, List<CubeDimAttribute> hierarchy)
public List<CubeDimAttribute> getHierarchy()
public void addProperties(Map<String,String> props)
addProperties
in class CubeDimAttribute
public static String getHierarchyElement(CubeDimAttribute dim)
public static List<CubeDimAttribute> getHiearachy(String name, Map<String,String> props)
public int hashCode()
hashCode
in class CubeDimAttribute
public boolean equals(Object obj)
equals
in class CubeDimAttribute
public String toString()
toString
in class CubeColumn
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.