public static enum OntopModelSettings.CardinalityPreservationMode extends Enum<OntopModelSettings.CardinalityPreservationMode>
| Enum Constant and Description |
|---|
LOOSE
Cardinality is not important and may not be respected
(allows to optimize more)
|
STRICT
Cardinality is strictly preserved
|
| Modifier and Type | Method and Description |
|---|---|
static OntopModelSettings.CardinalityPreservationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OntopModelSettings.CardinalityPreservationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OntopModelSettings.CardinalityPreservationMode LOOSE
public static final OntopModelSettings.CardinalityPreservationMode STRICT
public static OntopModelSettings.CardinalityPreservationMode[] values()
for (OntopModelSettings.CardinalityPreservationMode c : OntopModelSettings.CardinalityPreservationMode.values()) System.out.println(c);
public static OntopModelSettings.CardinalityPreservationMode 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 © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.