protected static enum DefaultBlobDispatcher.Op extends Enum<DefaultBlobDispatcher.Op>
| Modifier and Type | Method and Description |
|---|---|
static DefaultBlobDispatcher.Op |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultBlobDispatcher.Op[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultBlobDispatcher.Op EQ
public static final DefaultBlobDispatcher.Op NEQ
public static final DefaultBlobDispatcher.Op LT
public static final DefaultBlobDispatcher.Op GT
public static DefaultBlobDispatcher.Op[] values()
for (DefaultBlobDispatcher.Op c : DefaultBlobDispatcher.Op.values()) System.out.println(c);
public static DefaultBlobDispatcher.Op 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 Nuxeo SA. All rights reserved.