Package org.eclnt.ccee.db.dofw
Class DOFWRepository.DefaultOverrideContent
java.lang.Object
org.eclnt.ccee.db.dofw.DOFWRepository.DefaultOverrideContent
- All Implemented Interfaces:
DOFWRepository.IOverrideContent
- Enclosing class:
- DOFWRepository
public static class DOFWRepository.DefaultOverrideContent
extends Object
implements DOFWRepository.IOverrideContent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatePropertyForGetter
(Class clazz, Method getter) void
updateEntityDuringAnalysis
(Class doClass, DOFWEntity e) void
updatePropertyDuringClassAnalysis
(Class clazz, DOFWProperty property)
-
Constructor Details
-
DefaultOverrideContent
public DefaultOverrideContent()
-
-
Method Details
-
createPropertyForGetter
- Specified by:
createPropertyForGetter
in interfaceDOFWRepository.IOverrideContent
-
updatePropertyDuringClassAnalysis
- Specified by:
updatePropertyDuringClassAnalysis
in interfaceDOFWRepository.IOverrideContent
-
updateEntityDuringAnalysis
- Specified by:
updateEntityDuringAnalysis
in interfaceDOFWRepository.IOverrideContent
-