public enum ArchiveFeatureEnum extends Enum<ArchiveFeatureEnum>
Enum Constant and Description |
---|
EMAIL_LIFECYCLE
Support for email lifecycle management.
|
RECYCLE_BIN
Support for deleted and revised documents.
|
RETENTION
Support for setting retention.
|
WORKFLOW
Support for starting workflows.
|
Modifier and Type | Method and Description |
---|---|
static ArchiveFeatureEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArchiveFeatureEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArchiveFeatureEnum WORKFLOW
public static final ArchiveFeatureEnum RETENTION
public static final ArchiveFeatureEnum EMAIL_LIFECYCLE
public static final ArchiveFeatureEnum RECYCLE_BIN
public static ArchiveFeatureEnum[] values()
for (ArchiveFeatureEnum c : ArchiveFeatureEnum.values()) System.out.println(c);
public static ArchiveFeatureEnum 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 nullCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.