public static enum SetPredicate.Operator extends Enum<SetPredicate.Operator> implements StringValue<SetPredicate.Operator>
| Enum Constant and Description |
|---|
SUPERSET_OF |
| Modifier and Type | Method and Description |
|---|---|
static SetPredicate.Operator |
fromValue(String v) |
String |
toString() |
String |
value() |
static SetPredicate.Operator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetPredicate.Operator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SetPredicate.Operator SUPERSET_OF
public static SetPredicate.Operator[] values()
for (SetPredicate.Operator c : SetPredicate.Operator.values()) System.out.println(c);
public static SetPredicate.Operator 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 nullpublic String value()
value in interface StringValue<SetPredicate.Operator>public static SetPredicate.Operator fromValue(String v)
public String toString()
toString in class Enum<SetPredicate.Operator>Copyright © 2019 University of Tartu. All rights reserved.