Class GFAActionGoToR
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFAActionGoToR
-
- All Implemented Interfaces:
AActionGoToR,AObject,Object
public class GFAActionGoToR extends GFAObject implements AActionGoToR
-
-
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 GFAActionGoToR(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetcontainsD()BooleangetcontainsF()BooleangetcontainsNewWindow()BooleangetcontainsNext()BooleangetcontainsS()BooleangetcontainsSD()BooleangetcontainsType()BooleangetDHasTypeArray()BooleangetDHasTypeName()BooleangetDHasTypeStringByte()COSObjectgetDValue()BooleangetFHasTypeDictionary()BooleangetFHasTypeString()COSObjectgetFValue()List<? extends Object>getLinkedObjects(String link)BooleangetNewWindowHasTypeBoolean()COSObjectgetNewWindowValue()BooleangetNextHasTypeArray()BooleangetNextHasTypeDictionary()COSObjectgetNextValue()BooleangetSDHasTypeArray()COSObjectgetSDValue()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, 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
-
getcontainsD
public Boolean getcontainsD()
- Specified by:
getcontainsDin interfaceAActionGoToR
-
getDValue
public COSObject getDValue()
-
getDHasTypeArray
public Boolean getDHasTypeArray()
- Specified by:
getDHasTypeArrayin interfaceAActionGoToR
-
getDHasTypeName
public Boolean getDHasTypeName()
- Specified by:
getDHasTypeNamein interfaceAActionGoToR
-
getDHasTypeStringByte
public Boolean getDHasTypeStringByte()
- Specified by:
getDHasTypeStringBytein interfaceAActionGoToR
-
getcontainsF
public Boolean getcontainsF()
- Specified by:
getcontainsFin interfaceAActionGoToR
-
getFValue
public COSObject getFValue()
-
getFHasTypeDictionary
public Boolean getFHasTypeDictionary()
- Specified by:
getFHasTypeDictionaryin interfaceAActionGoToR
-
getFHasTypeString
public Boolean getFHasTypeString()
- Specified by:
getFHasTypeStringin interfaceAActionGoToR
-
getcontainsNewWindow
public Boolean getcontainsNewWindow()
- Specified by:
getcontainsNewWindowin interfaceAActionGoToR
-
getNewWindowValue
public COSObject getNewWindowValue()
-
getNewWindowHasTypeBoolean
public Boolean getNewWindowHasTypeBoolean()
- Specified by:
getNewWindowHasTypeBooleanin interfaceAActionGoToR
-
getcontainsNext
public Boolean getcontainsNext()
- Specified by:
getcontainsNextin interfaceAActionGoToR
-
getNextValue
public COSObject getNextValue()
-
getNextHasTypeArray
public Boolean getNextHasTypeArray()
- Specified by:
getNextHasTypeArrayin interfaceAActionGoToR
-
getNextHasTypeDictionary
public Boolean getNextHasTypeDictionary()
- Specified by:
getNextHasTypeDictionaryin interfaceAActionGoToR
-
getcontainsS
public Boolean getcontainsS()
- Specified by:
getcontainsSin interfaceAActionGoToR
-
getSValue
public COSObject getSValue()
-
getSHasTypeName
public Boolean getSHasTypeName()
- Specified by:
getSHasTypeNamein interfaceAActionGoToR
-
getSNameValue
public String getSNameValue()
- Specified by:
getSNameValuein interfaceAActionGoToR
-
getcontainsSD
public Boolean getcontainsSD()
- Specified by:
getcontainsSDin interfaceAActionGoToR
-
getSDValue
public COSObject getSDValue()
-
getSDHasTypeArray
public Boolean getSDHasTypeArray()
- Specified by:
getSDHasTypeArrayin interfaceAActionGoToR
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceAActionGoToR
-
getTypeValue
public COSObject getTypeValue()
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceAActionGoToR
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceAActionGoToR
-
-