| Package | Description |
|---|---|
| net.sf.jailer.datamodel |
| Modifier and Type | Method and Description |
|---|---|
AggregationSchema |
Association.getAggregationSchema()
Gets the XML aggregation schema.
|
static AggregationSchema |
AggregationSchema.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AggregationSchema[] |
AggregationSchema.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Association.setAggregationSchema(AggregationSchema aggregationSchema)
Sets the XML aggregation schema.
|