public enum LexAccessPatternEnum extends Enum<LexAccessPatternEnum>
LexPredicate
.Enum Constant and Description |
---|
FullyBound
Both positions are bound.
|
IVBound
Only the IV position is bound.
|
NoneBound
Neither position is bound.
|
ValueBound
Only the Value position is bound.
|
Modifier and Type | Method and Description |
---|---|
static LexAccessPatternEnum |
valueOf(IPredicate<?> predicate) |
static LexAccessPatternEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LexAccessPatternEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LexAccessPatternEnum IVBound
public static final LexAccessPatternEnum ValueBound
public static final LexAccessPatternEnum NoneBound
public static final LexAccessPatternEnum FullyBound
public static LexAccessPatternEnum[] values()
for (LexAccessPatternEnum c : LexAccessPatternEnum.values()) System.out.println(c);
public static LexAccessPatternEnum 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 static LexAccessPatternEnum valueOf(IPredicate<?> predicate)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.