Constants.Packages ================== .. java:package:: org.motechproject.mds.util :noindex: .. java:type:: public static final class Packages :outertype: Constants The \ ``Packages``\ contains constant values related with packages inside MDS module. Fields ------ BASE ^^^^ .. java:field:: public static final String BASE :outertype: Constants.Packages Constant \ ``BASE``\ presents the base package for all pakcages inside MDS module. ENTITY ^^^^^^ .. java:field:: public static final String ENTITY :outertype: Constants.Packages Constant \ ``ENTITY``\ presents a package for entity classes. **See also:** :java:ref:`.BASE` REPOSITORY ^^^^^^^^^^ .. java:field:: public static final String REPOSITORY :outertype: Constants.Packages Constant \ ``REPOSITORY``\ presents a package for repository classes. **See also:** :java:ref:`.BASE` SERVICE ^^^^^^^ .. java:field:: public static final String SERVICE :outertype: Constants.Packages Constant \ ``SERVICE``\ presents a package for service interfaces. **See also:** :java:ref:`.BASE` SERVICE_IMPL ^^^^^^^^^^^^ .. java:field:: public static final String SERVICE_IMPL :outertype: Constants.Packages Constant \ ``SERVICE_IMPL``\ presents a package for implementation of interfaces defined in \ :java:ref:`SERVICE`\ package. **See also:** :java:ref:`.BASE`, :java:ref:`.SERVICE`