Class GFARequirementsHandler
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFARequirementsHandler
-
- All Implemented Interfaces:
AObject,ARequirementsHandler,Object
public class GFARequirementsHandler extends GFAObject implements ARequirementsHandler
-
-
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 GFARequirementsHandler(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetcontainsS()BooleangetcontainsScript()BooleangetcontainsType()BooleangetScriptHasTypeStringText()COSObjectgetScriptValue()BooleangetSHasTypeName()StringgetSNameValue()COSObjectgetSValue()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, getLinkedObjects, 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, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
getcontainsS
public Boolean getcontainsS()
- Specified by:
getcontainsSin interfaceARequirementsHandler
-
getSValue
public COSObject getSValue()
-
getSHasTypeName
public Boolean getSHasTypeName()
- Specified by:
getSHasTypeNamein interfaceARequirementsHandler
-
getSNameValue
public String getSNameValue()
- Specified by:
getSNameValuein interfaceARequirementsHandler
-
getcontainsScript
public Boolean getcontainsScript()
- Specified by:
getcontainsScriptin interfaceARequirementsHandler
-
getScriptValue
public COSObject getScriptValue()
-
getScriptHasTypeStringText
public Boolean getScriptHasTypeStringText()
- Specified by:
getScriptHasTypeStringTextin interfaceARequirementsHandler
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceARequirementsHandler
-
getTypeValue
public COSObject getTypeValue()
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceARequirementsHandler
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceARequirementsHandler
-
-