Uses of Class
org.openforis.collect.mondrian.AggColumnName
-
Packages that use AggColumnName Package Description org.openforis.collect.mondrian -
-
Uses of AggColumnName in org.openforis.collect.mondrian
Fields in org.openforis.collect.mondrian declared as AggColumnName Modifier and Type Field Description protected AggColumnNameTable.AggName. aggFactCountprotected AggColumnNameTable.AggPattern. aggFactCountFields in org.openforis.collect.mondrian with type parameters of type AggColumnName Modifier and Type Field Description protected List<AggColumnName>Table.AggName. aggIgnoreColumnprotected List<AggColumnName>Table.AggPattern. aggIgnoreColumnMethods in org.openforis.collect.mondrian that return AggColumnName Modifier and Type Method Description AggColumnNameObjectFactory. createAggColumnName()Create an instance ofAggColumnNameAggColumnNameTable.AggName. getAggFactCount()Gets the value of the aggFactCount property.AggColumnNameTable.AggPattern. getAggFactCount()Gets the value of the aggFactCount property.Methods in org.openforis.collect.mondrian that return types with arguments of type AggColumnName Modifier and Type Method Description List<AggColumnName>Table.AggName. getAggIgnoreColumn()Gets the value of the aggIgnoreColumn property.List<AggColumnName>Table.AggPattern. getAggIgnoreColumn()Gets the value of the aggIgnoreColumn property.Methods in org.openforis.collect.mondrian with parameters of type AggColumnName Modifier and Type Method Description voidTable.AggName. setAggFactCount(AggColumnName value)Sets the value of the aggFactCount property.voidTable.AggPattern. setAggFactCount(AggColumnName value)Sets the value of the aggFactCount property.
-