Package org.verapdf.features.objects
Interface ActionFeaturesObjectAdapter
-
- All Superinterfaces:
FeaturesObjectAdapter
public interface ActionFeaturesObjectAdapter extends FeaturesObjectAdapter
- Author:
- Maksim Bezrukov
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classActionFeaturesObjectAdapter.Location
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionFeaturesObjectAdapter.LocationgetLocation()StringgetType()-
Methods inherited from interface org.verapdf.features.objects.FeaturesObjectAdapter
getErrors, isPDFObjectPresent
-
-
-
-
Method Detail
-
getType
String getType()
-
getLocation
ActionFeaturesObjectAdapter.Location getLocation()
-
-