public static enum GridFsEndpoint.QueryStrategy extends Enum<GridFsEndpoint.QueryStrategy>
Enum Constant and Description |
---|
FileAttribute |
PersistentTimestamp |
PersistentTimestampAndFileAttribute |
TimeStamp |
TimeStampAndFileAttribute |
Modifier and Type | Method and Description |
---|---|
static GridFsEndpoint.QueryStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridFsEndpoint.QueryStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridFsEndpoint.QueryStrategy TimeStamp
public static final GridFsEndpoint.QueryStrategy PersistentTimestamp
public static final GridFsEndpoint.QueryStrategy FileAttribute
public static final GridFsEndpoint.QueryStrategy TimeStampAndFileAttribute
public static final GridFsEndpoint.QueryStrategy PersistentTimestampAndFileAttribute
public static GridFsEndpoint.QueryStrategy[] values()
for (GridFsEndpoint.QueryStrategy c : GridFsEndpoint.QueryStrategy.values()) System.out.println(c);
public static GridFsEndpoint.QueryStrategy 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