public static enum CDActionSendMail.Flag extends Enum<CDActionSendMail.Flag> implements INumberEnum<Integer>
Enum Constant and Description |
---|
BCCFORMULA
bcc field is a formula
|
CCFORMULA
cc field is a formula
|
INCLUDEDOC
Include matching document
|
INCLUDELINK
Include doclink to document
|
SAVEMAIL
save copy
|
SUBJECTFORMULA
Subject field is a formula
|
TOFORMULA
To field is a formula
|
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static CDActionSendMail.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDActionSendMail.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDActionSendMail.Flag INCLUDEDOC
public static final CDActionSendMail.Flag INCLUDELINK
public static final CDActionSendMail.Flag SAVEMAIL
public static final CDActionSendMail.Flag TOFORMULA
public static final CDActionSendMail.Flag CCFORMULA
public static final CDActionSendMail.Flag BCCFORMULA
public static final CDActionSendMail.Flag SUBJECTFORMULA
public static CDActionSendMail.Flag[] values()
for (CDActionSendMail.Flag c : CDActionSendMail.Flag.values()) System.out.println(c);
public static CDActionSendMail.Flag valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Integer getValue()
getValue
in interface INumberEnum<Integer>
public long getLongValue()
getLongValue
in interface INumberEnum<Integer>
long
Copyright © 2019–2021 HCL. All rights reserved.