protected static enum NuageVspFilter.BinaryOp extends Enum<NuageVspFilter.BinaryOp>
| Enum Constant and Description |
|---|
CONTAINS |
ENDS_WITH |
EQ |
GE |
GT |
LE |
LIKE |
LT |
NE |
STARTS_WITH |
| Modifier and Type | Method and Description |
|---|---|
static NuageVspFilter.BinaryOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NuageVspFilter.BinaryOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NuageVspFilter.BinaryOp EQ
public static final NuageVspFilter.BinaryOp NE
public static final NuageVspFilter.BinaryOp LT
public static final NuageVspFilter.BinaryOp GT
public static final NuageVspFilter.BinaryOp LE
public static final NuageVspFilter.BinaryOp GE
public static final NuageVspFilter.BinaryOp LIKE
public static final NuageVspFilter.BinaryOp CONTAINS
public static final NuageVspFilter.BinaryOp STARTS_WITH
public static final NuageVspFilter.BinaryOp ENDS_WITH
public static NuageVspFilter.BinaryOp[] values()
for (NuageVspFilter.BinaryOp c : NuageVspFilter.BinaryOp.values()) System.out.println(c);
public static NuageVspFilter.BinaryOp 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–2017 Nuage Networks. All rights reserved.