Package org.verapdf.features.gf.objects
Class GFActionFeaturesObjectAdapter
- java.lang.Object
-
- org.verapdf.features.gf.objects.GFActionFeaturesObjectAdapter
-
- All Implemented Interfaces:
ActionFeaturesObjectAdapter,FeaturesObjectAdapter
public class GFActionFeaturesObjectAdapter extends Object implements ActionFeaturesObjectAdapter
- Author:
- Maksim Bezrukov
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.verapdf.features.objects.ActionFeaturesObjectAdapter
ActionFeaturesObjectAdapter.Location
-
-
Constructor Summary
Constructors Constructor Description GFActionFeaturesObjectAdapter(PDAction action, ActionFeaturesObjectAdapter.Location location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getErrors()ActionFeaturesObjectAdapter.LocationgetLocation()StringgetType()booleanisPDFObjectPresent()
-
-
-
Constructor Detail
-
GFActionFeaturesObjectAdapter
public GFActionFeaturesObjectAdapter(PDAction action, ActionFeaturesObjectAdapter.Location location)
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein interfaceActionFeaturesObjectAdapter
-
getLocation
public ActionFeaturesObjectAdapter.Location getLocation()
- Specified by:
getLocationin interfaceActionFeaturesObjectAdapter
-
isPDFObjectPresent
public boolean isPDFObjectPresent()
- Specified by:
isPDFObjectPresentin interfaceFeaturesObjectAdapter
-
getErrors
public List<String> getErrors()
- Specified by:
getErrorsin interfaceFeaturesObjectAdapter
-
-