Class GFAActionLaunch
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFAActionLaunch
-
- All Implemented Interfaces:
AActionLaunch,AObject,Object
public class GFAActionLaunch extends GFAObject implements AActionLaunch
-
-
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 GFAActionLaunch(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetcontainsF()BooleangetcontainsMac()BooleangetcontainsNewWindow()BooleangetcontainsNext()BooleangetcontainsS()BooleangetcontainsType()BooleangetcontainsUnix()BooleangetcontainsWin()BooleangetFHasTypeDictionary()BooleangetFHasTypeString()COSObjectgetFValue()List<? extends Object>getLinkedObjects(String link)BooleangetMacHasTypeNull()COSObjectgetMacValue()BooleangetNewWindowHasTypeBoolean()COSObjectgetNewWindowValue()BooleangetNextHasTypeArray()BooleangetNextHasTypeDictionary()COSObjectgetNextValue()BooleangetSHasTypeName()StringgetSNameValue()COSObjectgetSValue()BooleangetTypeHasTypeName()StringgetTypeNameValue()COSObjectgetTypeValue()BooleangetUnixHasTypeNull()COSObjectgetUnixValue()BooleangetWinHasTypeDictionary()COSObjectgetWinValue()-
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
-
getcontainsF
public Boolean getcontainsF()
- Specified by:
getcontainsFin interfaceAActionLaunch
-
getFValue
public COSObject getFValue()
-
getFHasTypeDictionary
public Boolean getFHasTypeDictionary()
- Specified by:
getFHasTypeDictionaryin interfaceAActionLaunch
-
getFHasTypeString
public Boolean getFHasTypeString()
- Specified by:
getFHasTypeStringin interfaceAActionLaunch
-
getcontainsMac
public Boolean getcontainsMac()
- Specified by:
getcontainsMacin interfaceAActionLaunch
-
getMacValue
public COSObject getMacValue()
-
getMacHasTypeNull
public Boolean getMacHasTypeNull()
- Specified by:
getMacHasTypeNullin interfaceAActionLaunch
-
getcontainsNewWindow
public Boolean getcontainsNewWindow()
- Specified by:
getcontainsNewWindowin interfaceAActionLaunch
-
getNewWindowValue
public COSObject getNewWindowValue()
-
getNewWindowHasTypeBoolean
public Boolean getNewWindowHasTypeBoolean()
- Specified by:
getNewWindowHasTypeBooleanin interfaceAActionLaunch
-
getcontainsNext
public Boolean getcontainsNext()
- Specified by:
getcontainsNextin interfaceAActionLaunch
-
getNextValue
public COSObject getNextValue()
-
getNextHasTypeArray
public Boolean getNextHasTypeArray()
- Specified by:
getNextHasTypeArrayin interfaceAActionLaunch
-
getNextHasTypeDictionary
public Boolean getNextHasTypeDictionary()
- Specified by:
getNextHasTypeDictionaryin interfaceAActionLaunch
-
getcontainsS
public Boolean getcontainsS()
- Specified by:
getcontainsSin interfaceAActionLaunch
-
getSValue
public COSObject getSValue()
-
getSHasTypeName
public Boolean getSHasTypeName()
- Specified by:
getSHasTypeNamein interfaceAActionLaunch
-
getSNameValue
public String getSNameValue()
- Specified by:
getSNameValuein interfaceAActionLaunch
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceAActionLaunch
-
getTypeValue
public COSObject getTypeValue()
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceAActionLaunch
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceAActionLaunch
-
getcontainsUnix
public Boolean getcontainsUnix()
- Specified by:
getcontainsUnixin interfaceAActionLaunch
-
getUnixValue
public COSObject getUnixValue()
-
getUnixHasTypeNull
public Boolean getUnixHasTypeNull()
- Specified by:
getUnixHasTypeNullin interfaceAActionLaunch
-
getcontainsWin
public Boolean getcontainsWin()
- Specified by:
getcontainsWinin interfaceAActionLaunch
-
getWinValue
public COSObject getWinValue()
-
getWinHasTypeDictionary
public Boolean getWinHasTypeDictionary()
- Specified by:
getWinHasTypeDictionaryin interfaceAActionLaunch
-
-