Package ch.tocco.nice2.model.entity.api
Interface ModuleTracker
- All Known Subinterfaces:
EntityModel
,FieldModel
,RelationModel
- All Known Implementing Classes:
DefaultEntityModel
,DefaultFieldModel
,DefaultRelationModel
,EntityModelImpl
,FieldModelImpl
,ModuleTrackerImpl
,RelationModelImpl
,TemplateEntityModel
public interface ModuleTracker
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addExtendingModule
(String moduleName) Returns the name of the nice2 module, where this model element is defined.Returns a list of nice2 module names, that have contributed to this model element.void
setDefiningModule
(String moduleName)
-
Method Details
-
getExtendingModules
Returns a list of nice2 module names, that have contributed to this model element. -
addExtendingModule
-
getDefiningModule
String getDefiningModule()Returns the name of the nice2 module, where this model element is defined. -
setDefiningModule
-