public static enum MongoDbSender.MongoAction extends Enum<MongoDbSender.MongoAction>
Enum Constant and Description |
---|
DELETEMANY |
DELETEONE |
FINDMANY |
FINDONE |
INSERTMANY |
INSERTONE |
UPDATEMANY |
UPDATEONE |
Modifier and Type | Method and Description |
---|---|
static MongoDbSender.MongoAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MongoDbSender.MongoAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MongoDbSender.MongoAction INSERTONE
public static final MongoDbSender.MongoAction INSERTMANY
public static final MongoDbSender.MongoAction FINDONE
public static final MongoDbSender.MongoAction FINDMANY
public static final MongoDbSender.MongoAction UPDATEONE
public static final MongoDbSender.MongoAction UPDATEMANY
public static final MongoDbSender.MongoAction DELETEONE
public static final MongoDbSender.MongoAction DELETEMANY
public static MongoDbSender.MongoAction[] values()
for (MongoDbSender.MongoAction c : MongoDbSender.MongoAction.values()) System.out.println(c);
public static MongoDbSender.MongoAction 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 © 2023 Frank!Framework. All rights reserved.