public static enum ShaclSail.TransactionSettings.ValidationApproach extends Enum<ShaclSail.TransactionSettings.ValidationApproach> implements TransactionSetting
Modifier and Type | Method and Description |
---|---|
String |
getName()
The globally unique transaction settings name.
|
String |
getValue()
The value for this transaction setting.
|
static ShaclSail.TransactionSettings.ValidationApproach |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShaclSail.TransactionSettings.ValidationApproach[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShaclSail.TransactionSettings.ValidationApproach Disabled
public static final ShaclSail.TransactionSettings.ValidationApproach Auto
public static final ShaclSail.TransactionSettings.ValidationApproach Bulk
public static ShaclSail.TransactionSettings.ValidationApproach[] values()
for (ShaclSail.TransactionSettings.ValidationApproach c : ShaclSail.TransactionSettings.ValidationApproach.values()) System.out.println(c);
public static ShaclSail.TransactionSettings.ValidationApproach 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 getName()
TransactionSetting
getName
in interface TransactionSetting
public String getValue()
TransactionSetting
getValue
in interface TransactionSetting
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.