public static enum MagicPropertyPolicy.Policy extends Enum<MagicPropertyPolicy.Policy>
| Enum Constant and Description |
|---|
BOTH |
QUERY_RESULTS_ONLY |
TRIPLES_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static MagicPropertyPolicy.Policy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MagicPropertyPolicy.Policy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MagicPropertyPolicy.Policy TRIPLES_ONLY
public static final MagicPropertyPolicy.Policy QUERY_RESULTS_ONLY
public static final MagicPropertyPolicy.Policy BOTH
public static MagicPropertyPolicy.Policy[] values()
for (MagicPropertyPolicy.Policy c : MagicPropertyPolicy.Policy.values()) System.out.println(c);
public static MagicPropertyPolicy.Policy 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 TopQuadrant, Inc.. All rights reserved.