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()StringgetCharSetStringDefaultValue()StringgetCharSetStringValue()BooleangetcontainsCharSet()BooleangetcontainsF()BooleangetcontainsFields()BooleangetcontainsFlags()BooleangetcontainsS()BooleangetFHasTypeDictionary()BooleangetFHasTypeString()BooleangetFieldsHasTypeArray()LonggetFlagsBitmaskDefaultValue()LonggetFlagsBitmaskValue()BooleangetFlagsHasTypeBitmask()List<? extends Object>getLinkedObjects(String link)BooleangetSHasTypeName()StringgetSNameDefaultValue()StringgetSNameValue()-
Methods inherited from class org.verapdf.gf.model.impl.arlington.GFAObject
clearAllContainers, getExtraContext, getfileSize, getID, getisEncryptedWrapper, getisPDFTagged, getkeyName, getKeysSet, getkeysString, getnotStandard14Font, getnumberOfPages, 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
-
getCharSetHasTypeString
public Boolean getCharSetHasTypeString()
- Specified by:
getCharSetHasTypeStringin interfaceAActionSubmitForm
-
getCharSetStringValue
public String getCharSetStringValue()
- Specified by:
getCharSetStringValuein interfaceAActionSubmitForm
-
getCharSetStringDefaultValue
public String getCharSetStringDefaultValue()
-
getcontainsF
public Boolean getcontainsF()
- Specified by:
getcontainsFin interfaceAActionSubmitForm
-
getFHasTypeString
public Boolean getFHasTypeString()
- Specified by:
getFHasTypeStringin interfaceAActionSubmitForm
-
getFHasTypeDictionary
public Boolean getFHasTypeDictionary()
- Specified by:
getFHasTypeDictionaryin interfaceAActionSubmitForm
-
getcontainsFields
public Boolean getcontainsFields()
- Specified by:
getcontainsFieldsin interfaceAActionSubmitForm
-
getFieldsHasTypeArray
public Boolean getFieldsHasTypeArray()
- Specified by:
getFieldsHasTypeArrayin interfaceAActionSubmitForm
-
getcontainsFlags
public Boolean getcontainsFlags()
- Specified by:
getcontainsFlagsin interfaceAActionSubmitForm
-
getFlagsHasTypeBitmask
public Boolean getFlagsHasTypeBitmask()
- Specified by:
getFlagsHasTypeBitmaskin interfaceAActionSubmitForm
-
getFlagsBitmaskValue
public Long getFlagsBitmaskValue()
- Specified by:
getFlagsBitmaskValuein interfaceAActionSubmitForm
-
getFlagsBitmaskDefaultValue
public Long getFlagsBitmaskDefaultValue()
-
getcontainsS
public Boolean getcontainsS()
- Specified by:
getcontainsSin interfaceAActionSubmitForm
-
getSHasTypeName
public Boolean getSHasTypeName()
- Specified by:
getSHasTypeNamein interfaceAActionSubmitForm
-
getSNameValue
public String getSNameValue()
- Specified by:
getSNameValuein interfaceAActionSubmitForm
-
getSNameDefaultValue
public String getSNameDefaultValue()
-
-