Uses of Enum Class
org.verapdf.features.FeatureObjectType
Packages that use FeatureObjectType
-
Uses of FeatureObjectType in org.verapdf.features
Methods in org.verapdf.features that return FeatureObjectTypeModifier and TypeMethodDescriptionstatic FeatureObjectTypeFeatureObjectType.getFeatureObjectTypeByFullName(String fullName) final FeatureObjectTypeAbstractFeaturesExtractor.getType()static FeatureObjectTypeReturns the enum constant of this class with the specified name.static FeatureObjectType[]FeatureObjectType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.verapdf.features that return types with arguments of type FeatureObjectTypeMethods in org.verapdf.features with parameters of type FeatureObjectTypeModifier and TypeMethodDescriptionvoidFeatureExtractionResult.addNewError(FeatureObjectType type, String errorID) Add new error to feature typevoidFeatureExtractionResult.addNewFeatureTree(FeatureObjectType type, FeatureTreeNode root) Add new feature tree for a typeFeatureExtractionResult.getErrorsForType(FeatureObjectType type) Gets list of feature trees for the typeFeatureExtractionResult.getFeatureTreesForType(FeatureObjectType type) Gets list of feature trees for the typebooleanFeatureExtractorConfig.isFeatureEnabled(FeatureObjectType type) Method parameters in org.verapdf.features with type arguments of type FeatureObjectTypeModifier and TypeMethodDescriptionstatic FeatureExtractorConfigFeatureFactory.configFromValues(EnumSet<FeatureObjectType> enabledFeatures) booleanFeatureExtractorConfig.isAnyFeatureEnabled(EnumSet<FeatureObjectType> types) -
Uses of FeatureObjectType in org.verapdf.features.objects
Methods in org.verapdf.features.objects that return FeatureObjectTypeModifier and TypeMethodDescriptionActionFeaturesObject.getType()AnnotationFeaturesObject.getType()ColorSpaceFeaturesObject.getType()DocSecurityFeaturesObject.getType()EmbeddedFileFeaturesObject.getType()ExtGStateFeaturesObject.getType()abstract FeatureObjectTypeFeaturesObject.getType()FontFeaturesObject.getType()FormXObjectFeaturesObject.getType()ICCProfileFeaturesObject.getType()ImageXObjectFeaturesObject.getType()InfoDictFeaturesObject.getType()InteractiveFormFieldFeaturesObject.getType()LowLvlInfoFeaturesObject.getType()MetadataFeaturesObject.getType()OutlinesFeaturesObject.getType()OutputIntentFeaturesObject.getType()PageFeaturesObject.getType()PostScriptFeaturesObject.getType()PropertiesDictFeaturesObject.getType()ShadingFeaturesObject.getType()ShadingPatternFeaturesObject.getType()SignatureFeaturesObject.getType()TilingPatternFeaturesObject.getType()Methods in org.verapdf.features.objects with parameters of type FeatureObjectTypeModifier and TypeMethodDescriptionFeaturesStructureContainer.getFeaturesListForType(FeatureObjectType type) -
Uses of FeatureObjectType in org.verapdf.policy
Methods in org.verapdf.policy that return FeatureObjectTypeConstructors in org.verapdf.policy with parameters of type FeatureObjectTypeModifierConstructorDescriptionAssertion(FeatureObjectType featureType, Feature feature, SchematronOperation operation, String argument)