Uses of Class
org.openforis.collect.mondrian.AggColumnName
Packages that use AggColumnName
-
Uses of AggColumnName in org.openforis.collect.mondrian
Fields in org.openforis.collect.mondrian declared as AggColumnNameModifier and TypeFieldDescriptionprotected AggColumnNameTable.AggName.aggFactCountprotected AggColumnNameTable.AggPattern.aggFactCountFields in org.openforis.collect.mondrian with type parameters of type AggColumnNameModifier and TypeFieldDescriptionprotected List<AggColumnName> Table.AggName.aggIgnoreColumnprotected List<AggColumnName> Table.AggPattern.aggIgnoreColumnMethods in org.openforis.collect.mondrian that return AggColumnNameModifier and TypeMethodDescriptionObjectFactory.createAggColumnName()Create an instance ofAggColumnNameTable.AggName.getAggFactCount()Gets the value of the aggFactCount property.Table.AggPattern.getAggFactCount()Gets the value of the aggFactCount property.Methods in org.openforis.collect.mondrian that return types with arguments of type AggColumnNameModifier and TypeMethodDescriptionTable.AggName.getAggIgnoreColumn()Gets the value of the aggIgnoreColumn property.Table.AggPattern.getAggIgnoreColumn()Gets the value of the aggIgnoreColumn property.Methods in org.openforis.collect.mondrian with parameters of type AggColumnNameModifier and TypeMethodDescriptionvoidTable.AggName.setAggFactCount(AggColumnName value) Sets the value of the aggFactCount property.voidTable.AggPattern.setAggFactCount(AggColumnName value) Sets the value of the aggFactCount property.