public enum MongoDBTailTrackingEnum extends Enum<MongoDBTailTrackingEnum> implements MongoDBTailTrackingStrategy
| Modifier and Type | Method and Description |
|---|---|
static MongoDBTailTrackingEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MongoDBTailTrackingEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcreateQuery, extractLastValpublic static final MongoDBTailTrackingEnum TIMESTAMP
public static final MongoDBTailTrackingEnum LITERAL
public static MongoDBTailTrackingEnum[] values()
for (MongoDBTailTrackingEnum c : MongoDBTailTrackingEnum.values()) System.out.println(c);
public static MongoDBTailTrackingEnum 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 nullApache Camel