Class GFA3DBackground
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFA3DBackground
-
- All Implemented Interfaces:
A3DBackground,AObject,Object
public class GFA3DBackground extends GFAObject implements A3DBackground
-
-
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 GFA3DBackground(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetCHasTypeArray()BooleangetcontainsC()BooleangetcontainsCS()BooleangetcontainsEA()BooleangetcontainsSubtype()BooleangetcontainsType()COSObjectgetCSDefaultValue()BooleangetCSHasTypeName()StringgetCSNameValue()COSObjectgetCSValue()COSObjectgetCValue()COSObjectgetEADefaultValue()BooleangetEAHasTypeBoolean()COSObjectgetEAValue()List<? extends Object>getLinkedObjects(String link)COSObjectgetSubtypeDefaultValue()BooleangetSubtypeHasTypeName()StringgetSubtypeNameValue()COSObjectgetSubtypeValue()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
-
getcontainsC
public Boolean getcontainsC()
- Specified by:
getcontainsCin interfaceA3DBackground
-
getCValue
public COSObject getCValue()
-
getCHasTypeArray
public Boolean getCHasTypeArray()
- Specified by:
getCHasTypeArrayin interfaceA3DBackground
-
getcontainsCS
public Boolean getcontainsCS()
- Specified by:
getcontainsCSin interfaceA3DBackground
-
getCSDefaultValue
public COSObject getCSDefaultValue()
-
getCSValue
public COSObject getCSValue()
-
getCSHasTypeName
public Boolean getCSHasTypeName()
- Specified by:
getCSHasTypeNamein interfaceA3DBackground
-
getCSNameValue
public String getCSNameValue()
- Specified by:
getCSNameValuein interfaceA3DBackground
-
getcontainsEA
public Boolean getcontainsEA()
- Specified by:
getcontainsEAin interfaceA3DBackground
-
getEADefaultValue
public COSObject getEADefaultValue()
-
getEAValue
public COSObject getEAValue()
-
getEAHasTypeBoolean
public Boolean getEAHasTypeBoolean()
- Specified by:
getEAHasTypeBooleanin interfaceA3DBackground
-
getcontainsSubtype
public Boolean getcontainsSubtype()
- Specified by:
getcontainsSubtypein interfaceA3DBackground
-
getSubtypeDefaultValue
public COSObject getSubtypeDefaultValue()
-
getSubtypeValue
public COSObject getSubtypeValue()
-
getSubtypeHasTypeName
public Boolean getSubtypeHasTypeName()
- Specified by:
getSubtypeHasTypeNamein interfaceA3DBackground
-
getSubtypeNameValue
public String getSubtypeNameValue()
- Specified by:
getSubtypeNameValuein interfaceA3DBackground
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceA3DBackground
-
getTypeValue
public COSObject getTypeValue()
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceA3DBackground
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceA3DBackground
-
-