Class GFAActionGoTo3DView
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFAActionGoTo3DView
-
- All Implemented Interfaces:
AActionGoTo3DView,AObject,Object
public class GFAActionGoTo3DView extends GFAObject implements AActionGoTo3DView
-
-
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 GFAActionGoTo3DView(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetcontainsNext()BooleangetcontainsS()BooleangetcontainsTA()BooleangetcontainsType()BooleangetcontainsV()List<? extends Object>getLinkedObjects(String link)BooleangetNextHasTypeArray()BooleangetNextHasTypeDictionary()COSObjectgetNextValue()BooleangetSHasTypeName()StringgetSNameValue()COSObjectgetSValue()BooleangetTAHasTypeDictionary()COSObjectgetTAValue()BooleangetTypeHasTypeName()StringgetTypeNameValue()COSObjectgetTypeValue()BooleangetVHasTypeDictionary()BooleangetVHasTypeInteger()BooleangetVHasTypeName()BooleangetVHasTypeStringText()COSObjectgetVValue()-
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
-
getcontainsNext
public Boolean getcontainsNext()
- Specified by:
getcontainsNextin interfaceAActionGoTo3DView
-
getNextValue
public COSObject getNextValue()
-
getNextHasTypeArray
public Boolean getNextHasTypeArray()
- Specified by:
getNextHasTypeArrayin interfaceAActionGoTo3DView
-
getNextHasTypeDictionary
public Boolean getNextHasTypeDictionary()
- Specified by:
getNextHasTypeDictionaryin interfaceAActionGoTo3DView
-
getcontainsS
public Boolean getcontainsS()
- Specified by:
getcontainsSin interfaceAActionGoTo3DView
-
getSValue
public COSObject getSValue()
-
getSHasTypeName
public Boolean getSHasTypeName()
- Specified by:
getSHasTypeNamein interfaceAActionGoTo3DView
-
getSNameValue
public String getSNameValue()
- Specified by:
getSNameValuein interfaceAActionGoTo3DView
-
getcontainsTA
public Boolean getcontainsTA()
- Specified by:
getcontainsTAin interfaceAActionGoTo3DView
-
getTAValue
public COSObject getTAValue()
-
getTAHasTypeDictionary
public Boolean getTAHasTypeDictionary()
- Specified by:
getTAHasTypeDictionaryin interfaceAActionGoTo3DView
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceAActionGoTo3DView
-
getTypeValue
public COSObject getTypeValue()
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceAActionGoTo3DView
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceAActionGoTo3DView
-
getcontainsV
public Boolean getcontainsV()
- Specified by:
getcontainsVin interfaceAActionGoTo3DView
-
getVValue
public COSObject getVValue()
-
getVHasTypeDictionary
public Boolean getVHasTypeDictionary()
- Specified by:
getVHasTypeDictionaryin interfaceAActionGoTo3DView
-
getVHasTypeInteger
public Boolean getVHasTypeInteger()
- Specified by:
getVHasTypeIntegerin interfaceAActionGoTo3DView
-
getVHasTypeName
public Boolean getVHasTypeName()
- Specified by:
getVHasTypeNamein interfaceAActionGoTo3DView
-
getVHasTypeStringText
public Boolean getVHasTypeStringText()
- Specified by:
getVHasTypeStringTextin interfaceAActionGoTo3DView
-
-