Constants.AnnotationFields ========================== .. java:package:: org.motechproject.mds.util :noindex: .. java:type:: public static final class AnnotationFields :outertype: Constants The \ ``AnnotationFields``\ contains constant values related with attributes names in mds annotations. **See also:** :java:ref:`org.motechproject.mds.annotations.Entity`, :java:ref:`org.motechproject.mds.annotations.Field`, :java:ref:`org.motechproject.mds.annotations.Ignore`, :java:ref:`org.motechproject.mds.annotations.Lookup`, :java:ref:`org.motechproject.mds.annotations.LookupField` Fields ------ DELETE ^^^^^^ .. java:field:: public static final String DELETE :outertype: Constants.AnnotationFields Constant \ ``DELETE``\ corresponding to the attribute name \ ``delete``\ DISPLAY_NAME ^^^^^^^^^^^^ .. java:field:: public static final String DISPLAY_NAME :outertype: Constants.AnnotationFields Constant \ ``DISPLAY_NAME``\ corresponding to the primitive value \ ``displayName``\ FRACTION ^^^^^^^^ .. java:field:: public static final String FRACTION :outertype: Constants.AnnotationFields Constant \ ``FRACTION``\ corresponding to the primitive value \ ``fraction``\ INTEGER ^^^^^^^ .. java:field:: public static final String INTEGER :outertype: Constants.AnnotationFields Constant \ ``INTEGER``\ corresponding to the primitive value \ ``integer``\ MAX ^^^ .. java:field:: public static final String MAX :outertype: Constants.AnnotationFields Constant \ ``MAX``\ corresponding to the primitive value \ ``max``\ MIN ^^^ .. java:field:: public static final String MIN :outertype: Constants.AnnotationFields Constant \ ``MIN``\ corresponding to the primitive value \ ``min``\ MODULE ^^^^^^ .. java:field:: public static final String MODULE :outertype: Constants.AnnotationFields Constant \ ``MODULE``\ corresponding to the attribute name \ ``module``\ NAME ^^^^ .. java:field:: public static final String NAME :outertype: Constants.AnnotationFields Constant \ ``NAME``\ corresponding to the attribute name \ ``name``\ NAMESPACE ^^^^^^^^^ .. java:field:: public static final String NAMESPACE :outertype: Constants.AnnotationFields Constant \ ``NAMESPACE``\ corresponding to the attribute name \ ``namespace``\ PERSIST ^^^^^^^ .. java:field:: public static final String PERSIST :outertype: Constants.AnnotationFields Constant \ ``PERSIST``\ corresponding to the attribute name \ ``persist``\ REGEXP ^^^^^^ .. java:field:: public static final String REGEXP :outertype: Constants.AnnotationFields Constant \ ``REGEXP``\ corresponding to the primitive value \ ``regexp``\ UPDATE ^^^^^^ .. java:field:: public static final String UPDATE :outertype: Constants.AnnotationFields Constant \ ``UPDATE``\ corresponding to the attribute name \ ``update``\ VALUE ^^^^^ .. java:field:: public static final String VALUE :outertype: Constants.AnnotationFields Constant \ ``VALUE``\ corresponding to the primitive value \ ``value``\