Class GFAAddActionWidgetAnnotation
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFAAddActionWidgetAnnotation
-
- All Implemented Interfaces:
AAddActionWidgetAnnotation,AObject,Object
public class GFAAddActionWidgetAnnotation extends GFAObject implements AAddActionWidgetAnnotation
-
-
Field Summary
-
Fields inherited from class org.verapdf.gf.model.impl.arlington.GFAObject
baseObject, keyName, parentObject, PDF_DATE_FORMAT_REGEX
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFAAddActionWidgetAnnotation(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetBlHasTypeDictionary()COSObjectgetBlValue()BooleangetcontainsBl()BooleangetcontainsD()BooleangetcontainsE()BooleangetcontainsFo()BooleangetcontainsPC()BooleangetcontainsPI()BooleangetcontainsPO()BooleangetcontainsPV()BooleangetcontainsU()BooleangetcontainsX()BooleangetDHasTypeDictionary()COSObjectgetDValue()BooleangetEHasTypeDictionary()COSObjectgetEValue()BooleangetFoHasTypeDictionary()COSObjectgetFoValue()List<? extends Object>getLinkedObjects(String link)BooleangetPCHasTypeDictionary()COSObjectgetPCValue()BooleangetPIHasTypeDictionary()COSObjectgetPIValue()BooleangetPOHasTypeDictionary()COSObjectgetPOValue()BooleangetPVHasTypeDictionary()COSObjectgetPVValue()BooleangetUHasTypeDictionary()COSObjectgetUValue()BooleangetXHasTypeDictionary()COSObjectgetXValue()-
Methods inherited from class org.verapdf.gf.model.impl.arlington.GFAObject
clearAllContainers, getExtraContext, getfileSize, getID, getisEncryptedWrapper, getisPDFTagged, getkeyName, getKeysSet, getkeysString, getnotStandard14Font, getnumberOfPages, getPageObject, getsize, hasCycle, setKeysSet
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.verapdf.model.alayer.AObject
getfileSize, getisEncryptedWrapper, getisPDFTagged, getkeyName, getkeysString, getnotStandard14Font, getnumberOfPages, getsize
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
getLinkedObjects
public List<? extends Object> getLinkedObjects(String link)
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
getcontainsBl
public Boolean getcontainsBl()
- Specified by:
getcontainsBlin interfaceAAddActionWidgetAnnotation
-
getBlValue
public COSObject getBlValue()
-
getBlHasTypeDictionary
public Boolean getBlHasTypeDictionary()
- Specified by:
getBlHasTypeDictionaryin interfaceAAddActionWidgetAnnotation
-
getcontainsD
public Boolean getcontainsD()
- Specified by:
getcontainsDin interfaceAAddActionWidgetAnnotation
-
getDValue
public COSObject getDValue()
-
getDHasTypeDictionary
public Boolean getDHasTypeDictionary()
- Specified by:
getDHasTypeDictionaryin interfaceAAddActionWidgetAnnotation
-
getcontainsE
public Boolean getcontainsE()
- Specified by:
getcontainsEin interfaceAAddActionWidgetAnnotation
-
getEValue
public COSObject getEValue()
-
getEHasTypeDictionary
public Boolean getEHasTypeDictionary()
- Specified by:
getEHasTypeDictionaryin interfaceAAddActionWidgetAnnotation
-
getcontainsFo
public Boolean getcontainsFo()
- Specified by:
getcontainsFoin interfaceAAddActionWidgetAnnotation
-
getFoValue
public COSObject getFoValue()
-
getFoHasTypeDictionary
public Boolean getFoHasTypeDictionary()
- Specified by:
getFoHasTypeDictionaryin interfaceAAddActionWidgetAnnotation
-
getcontainsPC
public Boolean getcontainsPC()
- Specified by:
getcontainsPCin interfaceAAddActionWidgetAnnotation
-
getPCValue
public COSObject getPCValue()
-
getPCHasTypeDictionary
public Boolean getPCHasTypeDictionary()
- Specified by:
getPCHasTypeDictionaryin interfaceAAddActionWidgetAnnotation
-
getcontainsPI
public Boolean getcontainsPI()
- Specified by:
getcontainsPIin interfaceAAddActionWidgetAnnotation
-
getPIValue
public COSObject getPIValue()
-
getPIHasTypeDictionary
public Boolean getPIHasTypeDictionary()
- Specified by:
getPIHasTypeDictionaryin interfaceAAddActionWidgetAnnotation
-
getcontainsPO
public Boolean getcontainsPO()
- Specified by:
getcontainsPOin interfaceAAddActionWidgetAnnotation
-
getPOValue
public COSObject getPOValue()
-
getPOHasTypeDictionary
public Boolean getPOHasTypeDictionary()
- Specified by:
getPOHasTypeDictionaryin interfaceAAddActionWidgetAnnotation
-
getcontainsPV
public Boolean getcontainsPV()
- Specified by:
getcontainsPVin interfaceAAddActionWidgetAnnotation
-
getPVValue
public COSObject getPVValue()
-
getPVHasTypeDictionary
public Boolean getPVHasTypeDictionary()
- Specified by:
getPVHasTypeDictionaryin interfaceAAddActionWidgetAnnotation
-
getcontainsU
public Boolean getcontainsU()
- Specified by:
getcontainsUin interfaceAAddActionWidgetAnnotation
-
getUValue
public COSObject getUValue()
-
getUHasTypeDictionary
public Boolean getUHasTypeDictionary()
- Specified by:
getUHasTypeDictionaryin interfaceAAddActionWidgetAnnotation
-
getcontainsX
public Boolean getcontainsX()
- Specified by:
getcontainsXin interfaceAAddActionWidgetAnnotation
-
getXValue
public COSObject getXValue()
-
getXHasTypeDictionary
public Boolean getXHasTypeDictionary()
- Specified by:
getXHasTypeDictionaryin interfaceAAddActionWidgetAnnotation
-
-