Uses of Class
org.verapdf.features.objects.Feature.FeatureType
-
Packages that use Feature.FeatureType Package Description org.verapdf.features.objects -
-
Uses of Feature.FeatureType in org.verapdf.features.objects
Methods in org.verapdf.features.objects that return Feature.FeatureType Modifier and Type Method Description Feature.FeatureTypeFeature. getFeatureType()static Feature.FeatureTypeFeature.FeatureType. valueOf(String name)Returns the enum constant of this type with the specified name.static Feature.FeatureType[]Feature.FeatureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.verapdf.features.objects with parameters of type Feature.FeatureType Constructor Description Feature(String featureName, String featureXPath, Feature.FeatureType featureType)
-