public enum ClientFilterType extends Enum<ClientFilterType> implements com.google.gwt.user.client.rpc.IsSerializable
Enum Constant and Description |
---|
begins |
contains |
ends |
greater_then |
is |
smaller_then |
Modifier and Type | Method and Description |
---|---|
static ClientFilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientFilterType begins
public static final ClientFilterType contains
public static final ClientFilterType is
public static final ClientFilterType ends
public static final ClientFilterType greater_then
public static final ClientFilterType smaller_then
public static ClientFilterType[] values()
for (ClientFilterType c : ClientFilterType.values()) System.out.println(c);
public static ClientFilterType 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. All Rights Reserved.