public static enum DynamicSqlProofHarness.MssqlRewriteAudit.Enforcement extends Enum<DynamicSqlProofHarness.MssqlRewriteAudit.Enforcement>
| Enum Constant and Description |
|---|
PENDING_COMMITMENT_CHECK
Not yet enforceable here — lands with the commitment check
(design R4 step 4).
|
REFUSED_BY_HARNESS
Refused today by a harness check (see
DynamicSqlProofHarness.MssqlRewriteAudit.RewriteRule.note). |
WINDOWED
Bounded window; covered by the
W retreat. |
| Modifier and Type | Method and Description |
|---|---|
static DynamicSqlProofHarness.MssqlRewriteAudit.Enforcement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamicSqlProofHarness.MssqlRewriteAudit.Enforcement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DynamicSqlProofHarness.MssqlRewriteAudit.Enforcement WINDOWED
W retreat.public static final DynamicSqlProofHarness.MssqlRewriteAudit.Enforcement REFUSED_BY_HARNESS
DynamicSqlProofHarness.MssqlRewriteAudit.RewriteRule.note).public static final DynamicSqlProofHarness.MssqlRewriteAudit.Enforcement PENDING_COMMITMENT_CHECK
public static DynamicSqlProofHarness.MssqlRewriteAudit.Enforcement[] values()
for (DynamicSqlProofHarness.MssqlRewriteAudit.Enforcement c : DynamicSqlProofHarness.MssqlRewriteAudit.Enforcement.values()) System.out.println(c);
public static DynamicSqlProofHarness.MssqlRewriteAudit.Enforcement 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 null