Package org.verapdf.gf.model.impl.cos
Class GFCosIndirect
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.cos.GFCosObject
org.verapdf.gf.model.impl.cos.GFCosIndirect
- All Implemented Interfaces:
Object,CosIndirect,CosObject
- Author:
- Timur Kamalov
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.cos.GFCosObject
baseObject, cosDocument, MAX_NUMBER_OF_ELEMENTSFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
ConstructorsConstructorDescriptionGFCosIndirect(COSIndirect object) Default constructorGFCosIndirect(COSKey key, COSObject object) -
Method Summary
Modifier and TypeMethodDescriptiongetID()getLinkedObjects(String link) true if the words 'obj' and 'endobj' are surrounded by the correct spacings according to PDF/A standardMethods inherited from class org.verapdf.gf.model.impl.cos.GFCosObject
getFromValueMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Field Details
-
DIRECT_OBJECT
- See Also:
-
COS_INDIRECT_TYPE
Type name for GFCosBool- See Also:
-
-
Constructor Details
-
GFCosIndirect
-
GFCosIndirect
Default constructor
-
-
Method Details
-
getID
- Specified by:
getIDin interfaceObject- Overrides:
getIDin classGenericModelObject- Returns:
- id of the current object
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
getspacingCompliesPDFA
true if the words 'obj' and 'endobj' are surrounded by the correct spacings according to PDF/A standard- Specified by:
getspacingCompliesPDFAin interfaceCosIndirect
-