public enum SchematronOperation extends Enum<SchematronOperation>
| Modifier and Type | Class and Description |
|---|---|
static class |
SchematronOperation.AssertionInformation |
| Enum Constant and Description |
|---|
CONTAINS |
IS_EQUAL |
IS_FALSE |
IS_GREATER |
IS_GREATER_OR_EQUAL |
IS_LESS |
IS_LESS_OR_EQUAL |
IS_TRUE |
NOT_EQUAL |
NOT_PRESENT |
PRESENT |
STARTS_WITH |
| Modifier and Type | Method and Description |
|---|---|
SchematronOperation.AssertionInformation |
getAssertionInfo(Feature feature,
String argument) |
String |
getDescription() |
boolean |
hasArguments() |
static SchematronOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchematronOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchematronOperation PRESENT
public static final SchematronOperation NOT_PRESENT
public static final SchematronOperation IS_EQUAL
public static final SchematronOperation NOT_EQUAL
public static final SchematronOperation IS_TRUE
public static final SchematronOperation IS_FALSE
public static final SchematronOperation IS_GREATER
public static final SchematronOperation IS_GREATER_OR_EQUAL
public static final SchematronOperation IS_LESS
public static final SchematronOperation IS_LESS_OR_EQUAL
public static final SchematronOperation STARTS_WITH
public static final SchematronOperation CONTAINS
public static SchematronOperation[] values()
for (SchematronOperation c : SchematronOperation.values()) System.out.println(c);
public static SchematronOperation 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 boolean hasArguments()
public String getDescription()
public SchematronOperation.AssertionInformation getAssertionInfo(Feature feature, String argument)
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.