public static enum CDActionNewsletter.Flag extends Enum<CDActionNewsletter.Flag> implements INumberEnum<Integer>
Enum Constant and Description |
---|
GATHER
Gather at least n before mailing
|
INCLUDEALL
Include all notes when mailing out multiple notes
|
SUMMARY
Summary of docs (with DocLinks)
|
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static CDActionNewsletter.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDActionNewsletter.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDActionNewsletter.Flag SUMMARY
public static final CDActionNewsletter.Flag GATHER
public static final CDActionNewsletter.Flag INCLUDEALL
public static CDActionNewsletter.Flag[] values()
for (CDActionNewsletter.Flag c : CDActionNewsletter.Flag.values()) System.out.println(c);
public static CDActionNewsletter.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.