| Line 8... |
Line 8... |
| 8 |
import in.shop2020.metamodel.definitions.CompositeDefinition;
|
8 |
import in.shop2020.metamodel.definitions.CompositeDefinition;
|
| 9 |
import in.shop2020.metamodel.definitions.DatatypeDefinition;
|
9 |
import in.shop2020.metamodel.definitions.DatatypeDefinition;
|
| 10 |
import in.shop2020.metamodel.definitions.DefinitionsContainer;
|
10 |
import in.shop2020.metamodel.definitions.DefinitionsContainer;
|
| 11 |
import in.shop2020.metamodel.definitions.EnumDefinition;
|
11 |
import in.shop2020.metamodel.definitions.EnumDefinition;
|
| 12 |
import in.shop2020.metamodel.definitions.Unit;
|
12 |
import in.shop2020.metamodel.definitions.Unit;
|
| 13 |
import in.shop2020.util.Utils;
|
- |
|
| 14 |
|
13 |
|
| 15 |
/**
|
14 |
/**
|
| 16 |
* Utility class that supports BulletDefinition class. All related objects are fetched
|
15 |
* Utility class that supports BulletDefinition class. All related objects are fetched
|
| 17 |
* from database and aggregated here.
|
16 |
* from database and aggregated here.
|
| 18 |
*
|
17 |
*
|