Uses of Class
org.verapdf.policy.SchematronOperation
-
Packages that use SchematronOperation Package Description org.verapdf.features.objects org.verapdf.policy -
-
Uses of SchematronOperation in org.verapdf.features.objects
Methods in org.verapdf.features.objects that return types with arguments of type SchematronOperation Modifier and Type Method Description EnumSet<SchematronOperation>Feature.FeatureType. getLegalOperations() -
Uses of SchematronOperation in org.verapdf.policy
Methods in org.verapdf.policy that return SchematronOperation Modifier and Type Method Description SchematronOperationSchematronGenerator.Assertion. getOperation()static SchematronOperationSchematronOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static SchematronOperation[]SchematronOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.verapdf.policy with parameters of type SchematronOperation Constructor Description Assertion(FeatureObjectType featureType, Feature feature, SchematronOperation operation, String argument)
-