Class GFABeadFirst
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFABeadFirst
-
- All Implemented Interfaces:
ABeadFirst,AObject,Object
public class GFABeadFirst extends GFAObject implements ABeadFirst
-
-
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 GFABeadFirst(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetcontainsN()BooleangetcontainsP()BooleangetcontainsR()BooleangetcontainsT()BooleangetcontainsType()BooleangetcontainsV()BooleangetisNIndirect()BooleangetisPIndirect()BooleangetisTIndirect()BooleangetisVIndirect()List<? extends Object>getLinkedObjects(String link)BooleangetNHasTypeDictionary()COSObjectgetNValue()BooleangetPHasTypeDictionary()COSObjectgetPValue()BooleangetRHasTypeRectangle()COSObjectgetRValue()BooleangetTHasTypeDictionary()COSObjectgetTValue()BooleangetTypeHasTypeName()StringgetTypeNameValue()COSObjectgetTypeValue()BooleangetVHasTypeDictionary()COSObjectgetVValue()-
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
-
getcontainsN
public Boolean getcontainsN()
- Specified by:
getcontainsNin interfaceABeadFirst
-
getNValue
public COSObject getNValue()
-
getisNIndirect
public Boolean getisNIndirect()
- Specified by:
getisNIndirectin interfaceABeadFirst
-
getNHasTypeDictionary
public Boolean getNHasTypeDictionary()
- Specified by:
getNHasTypeDictionaryin interfaceABeadFirst
-
getcontainsP
public Boolean getcontainsP()
- Specified by:
getcontainsPin interfaceABeadFirst
-
getPValue
public COSObject getPValue()
-
getisPIndirect
public Boolean getisPIndirect()
- Specified by:
getisPIndirectin interfaceABeadFirst
-
getPHasTypeDictionary
public Boolean getPHasTypeDictionary()
- Specified by:
getPHasTypeDictionaryin interfaceABeadFirst
-
getcontainsR
public Boolean getcontainsR()
- Specified by:
getcontainsRin interfaceABeadFirst
-
getRValue
public COSObject getRValue()
-
getRHasTypeRectangle
public Boolean getRHasTypeRectangle()
- Specified by:
getRHasTypeRectanglein interfaceABeadFirst
-
getcontainsT
public Boolean getcontainsT()
- Specified by:
getcontainsTin interfaceABeadFirst
-
getTValue
public COSObject getTValue()
-
getisTIndirect
public Boolean getisTIndirect()
- Specified by:
getisTIndirectin interfaceABeadFirst
-
getTHasTypeDictionary
public Boolean getTHasTypeDictionary()
- Specified by:
getTHasTypeDictionaryin interfaceABeadFirst
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceABeadFirst
-
getTypeValue
public COSObject getTypeValue()
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceABeadFirst
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceABeadFirst
-
getcontainsV
public Boolean getcontainsV()
- Specified by:
getcontainsVin interfaceABeadFirst
-
getVValue
public COSObject getVValue()
-
getisVIndirect
public Boolean getisVIndirect()
- Specified by:
getisVIndirectin interfaceABeadFirst
-
getVHasTypeDictionary
public Boolean getVHasTypeDictionary()
- Specified by:
getVHasTypeDictionaryin interfaceABeadFirst
-
-