Class GFAAddActionCatalog
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFAAddActionCatalog
-
- All Implemented Interfaces:
AAddActionCatalog,AObject,Object
public class GFAAddActionCatalog extends GFAObject implements AAddActionCatalog
-
-
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 GFAAddActionCatalog(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetcontainsDC()BooleangetcontainsDP()BooleangetcontainsDS()BooleangetcontainsWP()BooleangetcontainsWS()BooleangetDCHasTypeDictionary()COSObjectgetDCValue()BooleangetDPHasTypeDictionary()COSObjectgetDPValue()BooleangetDSHasTypeDictionary()COSObjectgetDSValue()List<? extends Object>getLinkedObjects(String link)BooleangetWPHasTypeDictionary()COSObjectgetWPValue()BooleangetWSHasTypeDictionary()COSObjectgetWSValue()-
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
-
getcontainsDC
public Boolean getcontainsDC()
- Specified by:
getcontainsDCin interfaceAAddActionCatalog
-
getDCValue
public COSObject getDCValue()
-
getDCHasTypeDictionary
public Boolean getDCHasTypeDictionary()
- Specified by:
getDCHasTypeDictionaryin interfaceAAddActionCatalog
-
getcontainsDP
public Boolean getcontainsDP()
- Specified by:
getcontainsDPin interfaceAAddActionCatalog
-
getDPValue
public COSObject getDPValue()
-
getDPHasTypeDictionary
public Boolean getDPHasTypeDictionary()
- Specified by:
getDPHasTypeDictionaryin interfaceAAddActionCatalog
-
getcontainsDS
public Boolean getcontainsDS()
- Specified by:
getcontainsDSin interfaceAAddActionCatalog
-
getDSValue
public COSObject getDSValue()
-
getDSHasTypeDictionary
public Boolean getDSHasTypeDictionary()
- Specified by:
getDSHasTypeDictionaryin interfaceAAddActionCatalog
-
getcontainsWP
public Boolean getcontainsWP()
- Specified by:
getcontainsWPin interfaceAAddActionCatalog
-
getWPValue
public COSObject getWPValue()
-
getWPHasTypeDictionary
public Boolean getWPHasTypeDictionary()
- Specified by:
getWPHasTypeDictionaryin interfaceAAddActionCatalog
-
getcontainsWS
public Boolean getcontainsWS()
- Specified by:
getcontainsWSin interfaceAAddActionCatalog
-
getWSValue
public COSObject getWSValue()
-
getWSHasTypeDictionary
public Boolean getWSHasTypeDictionary()
- Specified by:
getWSHasTypeDictionaryin interfaceAAddActionCatalog
-
-