public static enum BoolClause.Occur extends Enum<BoolClause.Occur>
| Modifier and Type | Method and Description |
|---|---|
static BoolClause.Occur |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoolClause.Occur[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoolClause.Occur MUST
public static final BoolClause.Occur SHOULD
public static final BoolClause.Occur MUST_NOT
public static final BoolClause.Occur FILTER
public static BoolClause.Occur[] values()
for (BoolClause.Occur c : BoolClause.Occur.values()) System.out.println(c);
public static BoolClause.Occur 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 © 2017 JULIE Lab, Germany. All rights reserved.