| Package | Description |
|---|---|
| org.connid.bundles.soap.utilities |
| Modifier and Type | Method and Description |
|---|---|
Operator |
Operand.getOp() |
static Operator |
Operator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Operand.setOp(Operator op) |
| Constructor and Description |
|---|
Operand(Operator op,
java.util.Set<Operand> operands) |
Operand(Operator op,
java.util.Set<Operand> operands,
boolean not) |
Operand(Operator op,
java.lang.String name,
java.lang.String value) |
Operand(Operator op,
java.lang.String name,
java.lang.String value,
boolean not) |
Copyright © 2013. All Rights Reserved.