Uses of Enum Class
org.verapdf.features.objects.Feature.FeatureType
Packages that use Feature.FeatureType
-
Uses of Feature.FeatureType in org.verapdf.features.objects
Methods in org.verapdf.features.objects that return Feature.FeatureTypeModifier and TypeMethodDescriptionFeature.getFeatureType()static Feature.FeatureTypeReturns the enum constant of this class with the specified name.static Feature.FeatureType[]Feature.FeatureType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.verapdf.features.objects with parameters of type Feature.FeatureTypeModifierConstructorDescriptionFeature(String featureName, String featureXPath, Feature.FeatureType featureType)