Enum Class SENDER_ADDRESS_TYPE

java.lang.Object
java.lang.Enum<SENDER_ADDRESS_TYPE>
de.uplanet.lucy.mail.SENDER_ADDRESS_TYPE
All Implemented Interfaces:
Serializable, Comparable<SENDER_ADDRESS_TYPE>, Constable

@ConstantClass public enum SENDER_ADDRESS_TYPE extends Enum<SENDER_ADDRESS_TYPE>
  • Enum Constant Details

    • USER

      public static final SENDER_ADDRESS_TYPE USER
    • RESPONSIBLE_PERSON

      public static final SENDER_ADDRESS_TYPE RESPONSIBLE_PERSON
      The person that is responsible within the given context.
    • ADDRESS

      public static final SENDER_ADDRESS_TYPE ADDRESS
      A static sender address.
    • PROCESSING_CONTEXT

      public static final SENDER_ADDRESS_TYPE PROCESSING_CONTEXT
      A value from the processing context.
    • DATAFIELD

      public static final SENDER_ADDRESS_TYPE DATAFIELD
      A sender address from a data field.
    • DEFAULT

      public static final SENDER_ADDRESS_TYPE DEFAULT
      The default sender of the portal.
  • Method Details

    • values

      public static SENDER_ADDRESS_TYPE[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SENDER_ADDRESS_TYPE valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null