Class GFAMediaScreenParametersMHBE
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFAMediaScreenParametersMHBE
-
- All Implemented Interfaces:
AMediaScreenParametersMHBE,AObject,Object
public class GFAMediaScreenParametersMHBE extends GFAObject implements AMediaScreenParametersMHBE
-
-
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 GFAMediaScreenParametersMHBE(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetBHasTypeArray()COSObjectgetBValue()BooleangetcontainsB()BooleangetcontainsF()BooleangetcontainsM()BooleangetcontainsO()BooleangetcontainsW()BooleangetFHasTypeDictionary()COSObjectgetFValue()List<? extends Object>getLinkedObjects(String link)COSObjectgetMDefaultValue()BooleangetMHasTypeInteger()LonggetMIntegerValue()COSObjectgetMValue()COSObjectgetODefaultValue()BooleangetOHasTypeNumber()DoublegetONumberValue()COSObjectgetOValue()COSObjectgetWDefaultValue()BooleangetWHasTypeInteger()LonggetWIntegerValue()COSObjectgetWValue()-
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
-
getcontainsB
public Boolean getcontainsB()
- Specified by:
getcontainsBin interfaceAMediaScreenParametersMHBE
-
getBValue
public COSObject getBValue()
-
getBHasTypeArray
public Boolean getBHasTypeArray()
- Specified by:
getBHasTypeArrayin interfaceAMediaScreenParametersMHBE
-
getcontainsF
public Boolean getcontainsF()
- Specified by:
getcontainsFin interfaceAMediaScreenParametersMHBE
-
getFValue
public COSObject getFValue()
-
getFHasTypeDictionary
public Boolean getFHasTypeDictionary()
- Specified by:
getFHasTypeDictionaryin interfaceAMediaScreenParametersMHBE
-
getcontainsM
public Boolean getcontainsM()
- Specified by:
getcontainsMin interfaceAMediaScreenParametersMHBE
-
getMDefaultValue
public COSObject getMDefaultValue()
-
getMValue
public COSObject getMValue()
-
getMHasTypeInteger
public Boolean getMHasTypeInteger()
- Specified by:
getMHasTypeIntegerin interfaceAMediaScreenParametersMHBE
-
getMIntegerValue
public Long getMIntegerValue()
- Specified by:
getMIntegerValuein interfaceAMediaScreenParametersMHBE
-
getcontainsO
public Boolean getcontainsO()
- Specified by:
getcontainsOin interfaceAMediaScreenParametersMHBE
-
getODefaultValue
public COSObject getODefaultValue()
-
getOValue
public COSObject getOValue()
-
getOHasTypeNumber
public Boolean getOHasTypeNumber()
- Specified by:
getOHasTypeNumberin interfaceAMediaScreenParametersMHBE
-
getONumberValue
public Double getONumberValue()
- Specified by:
getONumberValuein interfaceAMediaScreenParametersMHBE
-
getcontainsW
public Boolean getcontainsW()
- Specified by:
getcontainsWin interfaceAMediaScreenParametersMHBE
-
getWDefaultValue
public COSObject getWDefaultValue()
-
getWValue
public COSObject getWValue()
-
getWHasTypeInteger
public Boolean getWHasTypeInteger()
- Specified by:
getWHasTypeIntegerin interfaceAMediaScreenParametersMHBE
-
getWIntegerValue
public Long getWIntegerValue()
- Specified by:
getWIntegerValuein interfaceAMediaScreenParametersMHBE
-
-