public static enum CDActionReply.Flag extends Enum<CDActionReply.Flag> implements INumberEnum<Integer>
| Enum Constant and Description |
|---|
INCLUDEDOC
Include copy of document
|
NOAGENTREPLY
Do not reply to agent-generated mail
|
REPLYONCE
Only reply once per sender
|
REPLYTOALL
Reply to all (otherwise, just to sender)
|
SAVEMAIL
Save copy
|
| Modifier and Type | Method and Description |
|---|---|
long |
getLongValue() |
Integer |
getValue() |
static CDActionReply.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDActionReply.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDActionReply.Flag REPLYTOALL
public static final CDActionReply.Flag INCLUDEDOC
public static final CDActionReply.Flag SAVEMAIL
public static final CDActionReply.Flag NOAGENTREPLY
public static final CDActionReply.Flag REPLYONCE
public static CDActionReply.Flag[] values()
for (CDActionReply.Flag c : CDActionReply.Flag.values()) System.out.println(c);
public static CDActionReply.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>longCopyright © 2019–2021 HCL. All rights reserved.