Class GFAObjectReference
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFAObjectReference
-
- All Implemented Interfaces:
AObject,AObjectReference,Object
public class GFAObjectReference extends GFAObject implements AObjectReference
-
-
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 GFAObjectReference(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetcontainsObj()BooleangetcontainsPg()BooleangetcontainsType()BooleangetisObjIndirect()BooleangetisPgIndirect()List<? extends Object>getLinkedObjects(String link)BooleangetObjHasTypeArray()BooleangetObjHasTypeDictionary()BooleangetObjHasTypeStream()COSObjectgetObjValue()BooleangetPgHasTypeDictionary()COSObjectgetPgValue()BooleangetTypeHasTypeName()StringgetTypeNameValue()COSObjectgetTypeValue()-
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
-
getcontainsObj
public Boolean getcontainsObj()
- Specified by:
getcontainsObjin interfaceAObjectReference
-
getObjValue
public COSObject getObjValue()
-
getisObjIndirect
public Boolean getisObjIndirect()
- Specified by:
getisObjIndirectin interfaceAObjectReference
-
getObjHasTypeArray
public Boolean getObjHasTypeArray()
- Specified by:
getObjHasTypeArrayin interfaceAObjectReference
-
getObjHasTypeDictionary
public Boolean getObjHasTypeDictionary()
- Specified by:
getObjHasTypeDictionaryin interfaceAObjectReference
-
getObjHasTypeStream
public Boolean getObjHasTypeStream()
- Specified by:
getObjHasTypeStreamin interfaceAObjectReference
-
getcontainsPg
public Boolean getcontainsPg()
- Specified by:
getcontainsPgin interfaceAObjectReference
-
getPgValue
public COSObject getPgValue()
-
getisPgIndirect
public Boolean getisPgIndirect()
- Specified by:
getisPgIndirectin interfaceAObjectReference
-
getPgHasTypeDictionary
public Boolean getPgHasTypeDictionary()
- Specified by:
getPgHasTypeDictionaryin interfaceAObjectReference
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceAObjectReference
-
getTypeValue
public COSObject getTypeValue()
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceAObjectReference
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceAObjectReference
-
-