Uses of Enum Class
net.sf.jailer.datamodel.AggregationSchema
Packages that use AggregationSchema
-
Uses of AggregationSchema in net.sf.jailer.datamodel
Subclasses with type arguments of type AggregationSchema in net.sf.jailer.datamodelMethods in net.sf.jailer.datamodel that return AggregationSchemaModifier and TypeMethodDescriptionAssociation.getAggregationSchema()Gets the XML aggregation schema.static AggregationSchemaReturns the enum constant of this class with the specified name.static AggregationSchema[]AggregationSchema.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sf.jailer.datamodel with parameters of type AggregationSchemaModifier and TypeMethodDescriptionvoidAssociation.setAggregationSchema(AggregationSchema aggregationSchema) Sets the XML aggregation schema.