de.surething.lda.actions
Enum MailActionSettings

java.lang.Object
  extended by java.lang.Enum<MailActionSettings>
      extended by de.surething.lda.actions.MailActionSettings
All Implemented Interfaces:
Serializable, Comparable<MailActionSettings>

public enum MailActionSettings
extends Enum<MailActionSettings>


Enum Constant Summary
BCC_ADDRESSES
           
BODY
           
CC_ADDRESSES
           
DISPLAY_NAME
           
RECIPIENT
           
SENDER_ADDRESS
           
SERVER
           
SUBJECT
           
USERNAME
           
 
Field Summary
static String GROUP
           
 
Method Summary
static Set<TypedParameter> getDefaultParameters(String identifier)
           
 Parameter param()
           
static SortedSet<Parameter> params()
           
static MailActionSettings valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MailActionSettings[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

DISPLAY_NAME

public static final MailActionSettings DISPLAY_NAME

SERVER

public static final MailActionSettings SERVER

USERNAME

public static final MailActionSettings USERNAME

SENDER_ADDRESS

public static final MailActionSettings SENDER_ADDRESS

RECIPIENT

public static final MailActionSettings RECIPIENT

CC_ADDRESSES

public static final MailActionSettings CC_ADDRESSES

BCC_ADDRESSES

public static final MailActionSettings BCC_ADDRESSES

SUBJECT

public static final MailActionSettings SUBJECT

BODY

public static final MailActionSettings BODY
Field Detail

GROUP

public static final String GROUP
See Also:
Constant Field Values
Method Detail

values

public static MailActionSettings[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (MailActionSettings c : MailActionSettings.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static MailActionSettings valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
NullPointerException - if the argument is null

param

public Parameter param()

getDefaultParameters

public static Set<TypedParameter> getDefaultParameters(String identifier)

params

public static SortedSet<Parameter> params()
Returns:
a List of all Parameters of this Type


Copyright © 2007. All Rights Reserved.