Uses of Enum Class
org.verapdf.policy.SchematronOperation
Packages that use SchematronOperation
-
Uses of SchematronOperation in org.verapdf.features.objects
Methods in org.verapdf.features.objects that return types with arguments of type SchematronOperation -
Uses of SchematronOperation in org.verapdf.policy
Methods in org.verapdf.policy that return SchematronOperationModifier and TypeMethodDescriptionSchematronGenerator.Assertion.getOperation()static SchematronOperationReturns the enum constant of this class with the specified name.static SchematronOperation[]SchematronOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.verapdf.policy with parameters of type SchematronOperationModifierConstructorDescriptionAssertion(FeatureObjectType featureType, Feature feature, SchematronOperation operation, String argument)