Class GFARichMediaCommand
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFARichMediaCommand
-
- All Implemented Interfaces:
AObject,ARichMediaCommand,Object
public class GFARichMediaCommand extends GFAObject implements ARichMediaCommand
-
-
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 GFARichMediaCommand(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAHasTypeArray()BooleangetAHasTypeBoolean()BooleangetAHasTypeInteger()BooleangetAHasTypeNumber()BooleangetAHasTypeStringText()COSObjectgetAValue()BooleangetCHasTypeStringText()BooleangetcontainsA()BooleangetcontainsC()BooleangetcontainsType()COSObjectgetCValue()BooleangethasExtensionADBE_Extn3()List<? extends Object>getLinkedObjects(String link)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
-
getcontainsA
public Boolean getcontainsA()
- Specified by:
getcontainsAin interfaceARichMediaCommand
-
getAValue
public COSObject getAValue()
-
getAHasTypeArray
public Boolean getAHasTypeArray()
- Specified by:
getAHasTypeArrayin interfaceARichMediaCommand
-
getAHasTypeBoolean
public Boolean getAHasTypeBoolean()
- Specified by:
getAHasTypeBooleanin interfaceARichMediaCommand
-
getAHasTypeInteger
public Boolean getAHasTypeInteger()
- Specified by:
getAHasTypeIntegerin interfaceARichMediaCommand
-
getAHasTypeNumber
public Boolean getAHasTypeNumber()
- Specified by:
getAHasTypeNumberin interfaceARichMediaCommand
-
getAHasTypeStringText
public Boolean getAHasTypeStringText()
- Specified by:
getAHasTypeStringTextin interfaceARichMediaCommand
-
getcontainsC
public Boolean getcontainsC()
- Specified by:
getcontainsCin interfaceARichMediaCommand
-
getCValue
public COSObject getCValue()
-
getCHasTypeStringText
public Boolean getCHasTypeStringText()
- Specified by:
getCHasTypeStringTextin interfaceARichMediaCommand
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceARichMediaCommand
-
getTypeValue
public COSObject getTypeValue()
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceARichMediaCommand
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceARichMediaCommand
-
gethasExtensionADBE_Extn3
public Boolean gethasExtensionADBE_Extn3()
- Specified by:
gethasExtensionADBE_Extn3in interfaceARichMediaCommand
-
-