| Package | Description |
|---|---|
| org.verapdf.features | |
| org.verapdf.features.tools |
| Modifier and Type | Method and Description |
|---|---|
FeaturesObjectTypesEnum |
IFeaturesObject.getType() |
static FeaturesObjectTypesEnum |
FeaturesObjectTypesEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeaturesObjectTypesEnum[] |
FeaturesObjectTypesEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeaturesCollection.addNewError(FeaturesObjectTypesEnum type,
String errorID)
Add new error to feature type
|
void |
FeaturesCollection.addNewFeatureTree(FeaturesObjectTypesEnum type,
FeatureTreeNode root)
Add new feature tree for a type
|
List<String> |
FeaturesCollection.getErrorsForType(FeaturesObjectTypesEnum type)
Gets list of feature trees for the type
|
List<FeatureTreeNode> |
FeaturesCollection.getFeatureTreesForType(FeaturesObjectTypesEnum type)
Gets list of feature trees for the type
|
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.