Class GFAField
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFAField
-
-
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAAHasTypeDictionary()COSObjectgetAAValue()BooleangetcontainsAA()BooleangetcontainsFf()BooleangetcontainsKids()BooleangetcontainsParent()BooleangetcontainsT()BooleangetcontainsTM()BooleangetcontainsTU()LonggetFfBitmaskValue()BooleangetFfHasTypeBitmask()COSObjectgetFfValue()BooleangetKidsHasTypeArray()COSObjectgetKidsValue()List<? extends Object>getLinkedObjects(String link)BooleangetParentHasTypeDictionary()COSObjectgetParentValue()BooleangetTHasTypeStringText()BooleangetTMHasTypeStringText()COSObjectgetTMValue()BooleangetTUHasTypeStringText()COSObjectgetTUValue()COSObjectgetTValue()-
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
-
getcontainsAA
public Boolean getcontainsAA()
- Specified by:
getcontainsAAin interfaceAField
-
getAAValue
public COSObject getAAValue()
-
getAAHasTypeDictionary
public Boolean getAAHasTypeDictionary()
- Specified by:
getAAHasTypeDictionaryin interfaceAField
-
getcontainsFf
public Boolean getcontainsFf()
- Specified by:
getcontainsFfin interfaceAField
-
getFfValue
public COSObject getFfValue()
-
getFfHasTypeBitmask
public Boolean getFfHasTypeBitmask()
- Specified by:
getFfHasTypeBitmaskin interfaceAField
-
getFfBitmaskValue
public Long getFfBitmaskValue()
- Specified by:
getFfBitmaskValuein interfaceAField
-
getcontainsKids
public Boolean getcontainsKids()
- Specified by:
getcontainsKidsin interfaceAField
-
getKidsValue
public COSObject getKidsValue()
-
getKidsHasTypeArray
public Boolean getKidsHasTypeArray()
- Specified by:
getKidsHasTypeArrayin interfaceAField
-
getcontainsParent
public Boolean getcontainsParent()
- Specified by:
getcontainsParentin interfaceAField
-
getParentValue
public COSObject getParentValue()
-
getParentHasTypeDictionary
public Boolean getParentHasTypeDictionary()
- Specified by:
getParentHasTypeDictionaryin interfaceAField
-
getcontainsT
public Boolean getcontainsT()
- Specified by:
getcontainsTin interfaceAField
-
getTValue
public COSObject getTValue()
-
getTHasTypeStringText
public Boolean getTHasTypeStringText()
- Specified by:
getTHasTypeStringTextin interfaceAField
-
getcontainsTM
public Boolean getcontainsTM()
- Specified by:
getcontainsTMin interfaceAField
-
getTMValue
public COSObject getTMValue()
-
getTMHasTypeStringText
public Boolean getTMHasTypeStringText()
- Specified by:
getTMHasTypeStringTextin interfaceAField
-
getcontainsTU
public Boolean getcontainsTU()
- Specified by:
getcontainsTUin interfaceAField
-
getTUValue
public COSObject getTUValue()
-
getTUHasTypeStringText
public Boolean getTUHasTypeStringText()
- Specified by:
getTUHasTypeStringTextin interfaceAField
-
-