Class GFADPM
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFADPM
-
-
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 BooleangetcontainsGTS_Managed()BooleangetcontainsGTS_Suspect()BooleangetGTS_ManagedHasTypeDictionary()COSObjectgetGTS_ManagedValue()BooleangetGTS_SuspectHasTypeDictionary()COSObjectgetGTS_SuspectValue()BooleangethasExtensionPDF_VT2()List<? extends Object>getLinkedObjects(String link)-
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
-
getcontainsGTS_Managed
public Boolean getcontainsGTS_Managed()
- Specified by:
getcontainsGTS_Managedin interfaceADPM
-
getGTS_ManagedValue
public COSObject getGTS_ManagedValue()
-
getGTS_ManagedHasTypeDictionary
public Boolean getGTS_ManagedHasTypeDictionary()
- Specified by:
getGTS_ManagedHasTypeDictionaryin interfaceADPM
-
getcontainsGTS_Suspect
public Boolean getcontainsGTS_Suspect()
- Specified by:
getcontainsGTS_Suspectin interfaceADPM
-
getGTS_SuspectValue
public COSObject getGTS_SuspectValue()
-
getGTS_SuspectHasTypeDictionary
public Boolean getGTS_SuspectHasTypeDictionary()
- Specified by:
getGTS_SuspectHasTypeDictionaryin interfaceADPM
-
gethasExtensionPDF_VT2
public Boolean gethasExtensionPDF_VT2()
- Specified by:
gethasExtensionPDF_VT2in interfaceADPM
-
-