Class GFAFunctionType2
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFAFunctionType2
-
- All Implemented Interfaces:
AFunctionType2,AObject,Object
public class GFAFunctionType2 extends GFAObject implements AFunctionType2
-
-
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 GFAFunctionType2(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetC0ArraySize()BooleangetC0HasTypeArray()COSObjectgetC0Value()LonggetC1ArraySize()BooleangetC1HasTypeArray()COSObjectgetC1Value()BooleangetcontainsC0()BooleangetcontainsC1()BooleangetcontainsDomain()BooleangetcontainsFunctionType()BooleangetcontainsN()BooleangetcontainsRange()LonggetDomainArraySize()BooleangetDomainHasTypeArray()COSObjectgetDomainValue()BooleangetFunctionTypeHasTypeInteger()LonggetFunctionTypeIntegerValue()COSObjectgetFunctionTypeValue()List<? extends Object>getLinkedObjects(String link)BooleangetNHasTypeNumber()COSObjectgetNValue()LonggetRangeArraySize()BooleangetRangeHasTypeArray()COSObjectgetRangeValue()-
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
-
getcontainsC0
public Boolean getcontainsC0()
- Specified by:
getcontainsC0in interfaceAFunctionType2
-
getC0Value
public COSObject getC0Value()
-
getC0HasTypeArray
public Boolean getC0HasTypeArray()
- Specified by:
getC0HasTypeArrayin interfaceAFunctionType2
-
getC0ArraySize
public Long getC0ArraySize()
- Specified by:
getC0ArraySizein interfaceAFunctionType2
-
getcontainsC1
public Boolean getcontainsC1()
- Specified by:
getcontainsC1in interfaceAFunctionType2
-
getC1Value
public COSObject getC1Value()
-
getC1HasTypeArray
public Boolean getC1HasTypeArray()
- Specified by:
getC1HasTypeArrayin interfaceAFunctionType2
-
getC1ArraySize
public Long getC1ArraySize()
- Specified by:
getC1ArraySizein interfaceAFunctionType2
-
getcontainsDomain
public Boolean getcontainsDomain()
- Specified by:
getcontainsDomainin interfaceAFunctionType2
-
getDomainValue
public COSObject getDomainValue()
-
getDomainHasTypeArray
public Boolean getDomainHasTypeArray()
- Specified by:
getDomainHasTypeArrayin interfaceAFunctionType2
-
getDomainArraySize
public Long getDomainArraySize()
- Specified by:
getDomainArraySizein interfaceAFunctionType2
-
getcontainsFunctionType
public Boolean getcontainsFunctionType()
- Specified by:
getcontainsFunctionTypein interfaceAFunctionType2
-
getFunctionTypeValue
public COSObject getFunctionTypeValue()
-
getFunctionTypeHasTypeInteger
public Boolean getFunctionTypeHasTypeInteger()
- Specified by:
getFunctionTypeHasTypeIntegerin interfaceAFunctionType2
-
getFunctionTypeIntegerValue
public Long getFunctionTypeIntegerValue()
- Specified by:
getFunctionTypeIntegerValuein interfaceAFunctionType2
-
getcontainsN
public Boolean getcontainsN()
- Specified by:
getcontainsNin interfaceAFunctionType2
-
getNValue
public COSObject getNValue()
-
getNHasTypeNumber
public Boolean getNHasTypeNumber()
- Specified by:
getNHasTypeNumberin interfaceAFunctionType2
-
getcontainsRange
public Boolean getcontainsRange()
- Specified by:
getcontainsRangein interfaceAFunctionType2
-
getRangeValue
public COSObject getRangeValue()
-
getRangeHasTypeArray
public Boolean getRangeHasTypeArray()
- Specified by:
getRangeHasTypeArrayin interfaceAFunctionType2
-
getRangeArraySize
public Long getRangeArraySize()
- Specified by:
getRangeArraySizein interfaceAFunctionType2
-
-