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