Class GFAActionSubmitForm
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFAActionSubmitForm
-
- All Implemented Interfaces:
AActionSubmitForm,AObject,Object
public class GFAActionSubmitForm extends GFAObject implements AActionSubmitForm
-
-
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 GFAActionSubmitForm(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetCharSetHasTypeString()StringgetCharSetStringValue()COSObjectgetCharSetValue()BooleangetcontainsCharSet()BooleangetcontainsF()BooleangetcontainsFields()BooleangetcontainsFlags()BooleangetcontainsS()BooleangetFHasTypeDictionary()BooleangetFHasTypeString()BooleangetFieldsHasTypeArray()COSObjectgetFieldsValue()LonggetFlagsBitmaskValue()COSObjectgetFlagsDefaultValue()BooleangetFlagsHasTypeBitmask()COSObjectgetFlagsValue()COSObjectgetFValue()List<? extends Object>getLinkedObjects(String link)BooleangetSHasTypeName()StringgetSNameValue()COSObjectgetSValue()-
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
-
getcontainsCharSet
public Boolean getcontainsCharSet()
- Specified by:
getcontainsCharSetin interfaceAActionSubmitForm
-
getCharSetValue
public COSObject getCharSetValue()
-
getCharSetHasTypeString
public Boolean getCharSetHasTypeString()
- Specified by:
getCharSetHasTypeStringin interfaceAActionSubmitForm
-
getCharSetStringValue
public String getCharSetStringValue()
- Specified by:
getCharSetStringValuein interfaceAActionSubmitForm
-
getcontainsF
public Boolean getcontainsF()
- Specified by:
getcontainsFin interfaceAActionSubmitForm
-
getFValue
public COSObject getFValue()
-
getFHasTypeDictionary
public Boolean getFHasTypeDictionary()
- Specified by:
getFHasTypeDictionaryin interfaceAActionSubmitForm
-
getFHasTypeString
public Boolean getFHasTypeString()
- Specified by:
getFHasTypeStringin interfaceAActionSubmitForm
-
getcontainsFields
public Boolean getcontainsFields()
- Specified by:
getcontainsFieldsin interfaceAActionSubmitForm
-
getFieldsValue
public COSObject getFieldsValue()
-
getFieldsHasTypeArray
public Boolean getFieldsHasTypeArray()
- Specified by:
getFieldsHasTypeArrayin interfaceAActionSubmitForm
-
getcontainsFlags
public Boolean getcontainsFlags()
- Specified by:
getcontainsFlagsin interfaceAActionSubmitForm
-
getFlagsDefaultValue
public COSObject getFlagsDefaultValue()
-
getFlagsValue
public COSObject getFlagsValue()
-
getFlagsHasTypeBitmask
public Boolean getFlagsHasTypeBitmask()
- Specified by:
getFlagsHasTypeBitmaskin interfaceAActionSubmitForm
-
getFlagsBitmaskValue
public Long getFlagsBitmaskValue()
- Specified by:
getFlagsBitmaskValuein interfaceAActionSubmitForm
-
getcontainsS
public Boolean getcontainsS()
- Specified by:
getcontainsSin interfaceAActionSubmitForm
-
getSValue
public COSObject getSValue()
-
getSHasTypeName
public Boolean getSHasTypeName()
- Specified by:
getSHasTypeNamein interfaceAActionSubmitForm
-
getSNameValue
public String getSNameValue()
- Specified by:
getSNameValuein interfaceAActionSubmitForm
-
-