Class MboxConstants


  • public class MboxConstants
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROP_MBOX_LOCATION
      The name of the location property.
      static java.lang.String RT_MBOX_BEGIN
      The resource type for a mbox begin.
      static java.lang.String RT_MBOX_END
      The resource type for a mbox end.
      static java.lang.String RT_MBOX_PREFIX
      The prefix for all mbox related resource types.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • RT_MBOX_PREFIX

        public static final java.lang.String RT_MBOX_PREFIX
        The prefix for all mbox related resource types.
        See Also:
        Constant Field Values
      • RT_MBOX_BEGIN

        public static final java.lang.String RT_MBOX_BEGIN
        The resource type for a mbox begin.
        See Also:
        Constant Field Values
      • RT_MBOX_END

        public static final java.lang.String RT_MBOX_END
        The resource type for a mbox end.
        See Also:
        Constant Field Values
      • PROP_MBOX_LOCATION

        public static final java.lang.String PROP_MBOX_LOCATION
        The name of the location property.
        See Also:
        Constant Field Values