Serializable, Comparable<SeqCompsitePredFunFunction.LogicOp>public static enum SeqCompsitePredFunFunction.LogicOp extends Enum<SeqCompsitePredFunFunction.LogicOp>
| Modifier and Type | Method | Description |
|---|---|---|
static SeqCompsitePredFunFunction.LogicOp |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SeqCompsitePredFunFunction.LogicOp[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SeqCompsitePredFunFunction.LogicOp AND
public static final SeqCompsitePredFunFunction.LogicOp OR
public static SeqCompsitePredFunFunction.LogicOp[] values()
for (SeqCompsitePredFunFunction.LogicOp c : SeqCompsitePredFunFunction.LogicOp.values()) System.out.println(c);
public static SeqCompsitePredFunFunction.LogicOp 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 © 2022–2023. All rights reserved.