Class GFAAddActionScreenAnnotation
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFAAddActionScreenAnnotation
-
- All Implemented Interfaces:
AAddActionScreenAnnotation,AObject,Object
public class GFAAddActionScreenAnnotation extends GFAObject implements AAddActionScreenAnnotation
-
-
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 GFAAddActionScreenAnnotation(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetcontainsD()BooleangetcontainsE()BooleangetcontainsPC()BooleangetcontainsPI()BooleangetcontainsPO()BooleangetcontainsPV()BooleangetcontainsU()BooleangetcontainsX()BooleangetDHasTypeDictionary()COSObjectgetDValue()BooleangetEHasTypeDictionary()COSObjectgetEValue()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
-
getcontainsD
public Boolean getcontainsD()
- Specified by:
getcontainsDin interfaceAAddActionScreenAnnotation
-
getDValue
public COSObject getDValue()
-
getDHasTypeDictionary
public Boolean getDHasTypeDictionary()
- Specified by:
getDHasTypeDictionaryin interfaceAAddActionScreenAnnotation
-
getcontainsE
public Boolean getcontainsE()
- Specified by:
getcontainsEin interfaceAAddActionScreenAnnotation
-
getEValue
public COSObject getEValue()
-
getEHasTypeDictionary
public Boolean getEHasTypeDictionary()
- Specified by:
getEHasTypeDictionaryin interfaceAAddActionScreenAnnotation
-
getcontainsPC
public Boolean getcontainsPC()
- Specified by:
getcontainsPCin interfaceAAddActionScreenAnnotation
-
getPCValue
public COSObject getPCValue()
-
getPCHasTypeDictionary
public Boolean getPCHasTypeDictionary()
- Specified by:
getPCHasTypeDictionaryin interfaceAAddActionScreenAnnotation
-
getcontainsPI
public Boolean getcontainsPI()
- Specified by:
getcontainsPIin interfaceAAddActionScreenAnnotation
-
getPIValue
public COSObject getPIValue()
-
getPIHasTypeDictionary
public Boolean getPIHasTypeDictionary()
- Specified by:
getPIHasTypeDictionaryin interfaceAAddActionScreenAnnotation
-
getcontainsPO
public Boolean getcontainsPO()
- Specified by:
getcontainsPOin interfaceAAddActionScreenAnnotation
-
getPOValue
public COSObject getPOValue()
-
getPOHasTypeDictionary
public Boolean getPOHasTypeDictionary()
- Specified by:
getPOHasTypeDictionaryin interfaceAAddActionScreenAnnotation
-
getcontainsPV
public Boolean getcontainsPV()
- Specified by:
getcontainsPVin interfaceAAddActionScreenAnnotation
-
getPVValue
public COSObject getPVValue()
-
getPVHasTypeDictionary
public Boolean getPVHasTypeDictionary()
- Specified by:
getPVHasTypeDictionaryin interfaceAAddActionScreenAnnotation
-
getcontainsU
public Boolean getcontainsU()
- Specified by:
getcontainsUin interfaceAAddActionScreenAnnotation
-
getUValue
public COSObject getUValue()
-
getUHasTypeDictionary
public Boolean getUHasTypeDictionary()
- Specified by:
getUHasTypeDictionaryin interfaceAAddActionScreenAnnotation
-
getcontainsX
public Boolean getcontainsX()
- Specified by:
getcontainsXin interfaceAAddActionScreenAnnotation
-
getXValue
public COSObject getXValue()
-
getXHasTypeDictionary
public Boolean getXHasTypeDictionary()
- Specified by:
getXHasTypeDictionaryin interfaceAAddActionScreenAnnotation
-
-