public static enum NotesConstants.TypeOfProcessing extends Enum<NotesConstants.TypeOfProcessing>
Enum Constant and Description |
---|
DatabasesModified |
NoDatabasesFound |
NoDatabasesModified |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static NotesConstants.TypeOfProcessing |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotesConstants.TypeOfProcessing[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotesConstants.TypeOfProcessing NoDatabasesFound
public static final NotesConstants.TypeOfProcessing NoDatabasesModified
public static final NotesConstants.TypeOfProcessing DatabasesModified
public static NotesConstants.TypeOfProcessing[] values()
for (NotesConstants.TypeOfProcessing c : NotesConstants.TypeOfProcessing.values()) System.out.println(c);
public static NotesConstants.TypeOfProcessing 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 int getValue()
Copyright © 2019–2021 HCL. All rights reserved.