Class GFAHalftoneType5
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFAHalftoneType5
-
- All Implemented Interfaces:
AHalftoneType5,AObject,Object
public class GFAHalftoneType5 extends GFAObject implements AHalftoneType5
-
-
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 GFAHalftoneType5(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetcontainsDefault()BooleangetcontainsHalftoneName()BooleangetcontainsHalftoneType()BooleangetcontainsType()BooleangetDefaultHasTypeDictionary()BooleangetDefaultHasTypeStream()COSObjectgetDefaultValue()BooleangetHalftoneNameHasTypeStringByte()COSObjectgetHalftoneNameValue()BooleangetHalftoneTypeHasTypeInteger()LonggetHalftoneTypeIntegerValue()COSObjectgetHalftoneTypeValue()BooleangetisDefaultIndirect()List<? extends Object>getLinkedObjects(String link)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
-
getcontainsDefault
public Boolean getcontainsDefault()
- Specified by:
getcontainsDefaultin interfaceAHalftoneType5
-
getDefaultValue
public COSObject getDefaultValue()
-
getisDefaultIndirect
public Boolean getisDefaultIndirect()
- Specified by:
getisDefaultIndirectin interfaceAHalftoneType5
-
getDefaultHasTypeDictionary
public Boolean getDefaultHasTypeDictionary()
- Specified by:
getDefaultHasTypeDictionaryin interfaceAHalftoneType5
-
getDefaultHasTypeStream
public Boolean getDefaultHasTypeStream()
- Specified by:
getDefaultHasTypeStreamin interfaceAHalftoneType5
-
getcontainsHalftoneName
public Boolean getcontainsHalftoneName()
- Specified by:
getcontainsHalftoneNamein interfaceAHalftoneType5
-
getHalftoneNameValue
public COSObject getHalftoneNameValue()
-
getHalftoneNameHasTypeStringByte
public Boolean getHalftoneNameHasTypeStringByte()
- Specified by:
getHalftoneNameHasTypeStringBytein interfaceAHalftoneType5
-
getcontainsHalftoneType
public Boolean getcontainsHalftoneType()
- Specified by:
getcontainsHalftoneTypein interfaceAHalftoneType5
-
getHalftoneTypeValue
public COSObject getHalftoneTypeValue()
-
getHalftoneTypeHasTypeInteger
public Boolean getHalftoneTypeHasTypeInteger()
- Specified by:
getHalftoneTypeHasTypeIntegerin interfaceAHalftoneType5
-
getHalftoneTypeIntegerValue
public Long getHalftoneTypeIntegerValue()
- Specified by:
getHalftoneTypeIntegerValuein interfaceAHalftoneType5
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceAHalftoneType5
-
getTypeValue
public COSObject getTypeValue()
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceAHalftoneType5
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceAHalftoneType5
-
-