Class GFAFunctionType3
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFAFunctionType3
-
- All Implemented Interfaces:
AFunctionType3,AObject,Object
public class GFAFunctionType3 extends GFAObject implements AFunctionType3
-
-
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 GFAFunctionType3(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
-
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
-
getcontainsBounds
public Boolean getcontainsBounds()
- Specified by:
getcontainsBoundsin interfaceAFunctionType3
-
getBoundsValue
public COSObject getBoundsValue()
-
getBoundsHasTypeArray
public Boolean getBoundsHasTypeArray()
- Specified by:
getBoundsHasTypeArrayin interfaceAFunctionType3
-
getBoundsArraySize
public Long getBoundsArraySize()
- Specified by:
getBoundsArraySizein interfaceAFunctionType3
-
getcontainsDomain
public Boolean getcontainsDomain()
- Specified by:
getcontainsDomainin interfaceAFunctionType3
-
getDomainValue
public COSObject getDomainValue()
-
getDomainHasTypeArray
public Boolean getDomainHasTypeArray()
- Specified by:
getDomainHasTypeArrayin interfaceAFunctionType3
-
getDomainArraySize
public Long getDomainArraySize()
- Specified by:
getDomainArraySizein interfaceAFunctionType3
-
getcontainsEncode
public Boolean getcontainsEncode()
- Specified by:
getcontainsEncodein interfaceAFunctionType3
-
getEncodeValue
public COSObject getEncodeValue()
-
getEncodeHasTypeArray
public Boolean getEncodeHasTypeArray()
- Specified by:
getEncodeHasTypeArrayin interfaceAFunctionType3
-
getEncodeArraySize
public Long getEncodeArraySize()
- Specified by:
getEncodeArraySizein interfaceAFunctionType3
-
getcontainsFunctionType
public Boolean getcontainsFunctionType()
- Specified by:
getcontainsFunctionTypein interfaceAFunctionType3
-
getFunctionTypeValue
public COSObject getFunctionTypeValue()
-
getFunctionTypeHasTypeInteger
public Boolean getFunctionTypeHasTypeInteger()
- Specified by:
getFunctionTypeHasTypeIntegerin interfaceAFunctionType3
-
getFunctionTypeIntegerValue
public Long getFunctionTypeIntegerValue()
- Specified by:
getFunctionTypeIntegerValuein interfaceAFunctionType3
-
getcontainsFunctions
public Boolean getcontainsFunctions()
- Specified by:
getcontainsFunctionsin interfaceAFunctionType3
-
getFunctionsValue
public COSObject getFunctionsValue()
-
getFunctionsHasTypeArray
public Boolean getFunctionsHasTypeArray()
- Specified by:
getFunctionsHasTypeArrayin interfaceAFunctionType3
-
getFunctionsArraySize
public Long getFunctionsArraySize()
- Specified by:
getFunctionsArraySizein interfaceAFunctionType3
-
getcontainsRange
public Boolean getcontainsRange()
- Specified by:
getcontainsRangein interfaceAFunctionType3
-
getRangeValue
public COSObject getRangeValue()
-
getRangeHasTypeArray
public Boolean getRangeHasTypeArray()
- Specified by:
getRangeHasTypeArrayin interfaceAFunctionType3
-
getRangeArraySize
public Long getRangeArraySize()
- Specified by:
getRangeArraySizein interfaceAFunctionType3
-
-