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()BooleangetcontainsB()BooleangetcontainsF()BooleangetcontainsM()BooleangetcontainsO()BooleangetcontainsW()BooleangetFHasTypeDictionary()List<? extends Object>getLinkedObjects(String link)BooleangetMHasTypeInteger()LonggetMIntegerDefaultValue()LonggetMIntegerValue()BooleangetOHasTypeNumber()DoublegetONumberDefaultValue()DoublegetONumberValue()BooleangetWHasTypeInteger()LonggetWIntegerDefaultValue()LonggetWIntegerValue()-
Methods inherited from class org.verapdf.gf.model.impl.arlington.GFAObject
clearAllContainers, getExtraContext, getfileSize, getID, getisEncryptedWrapper, getisPDFTagged, getkeyName, getKeysSet, getkeysString, getnotStandard14Font, getnumberOfPages, 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
-
getBHasTypeArray
public Boolean getBHasTypeArray()
- Specified by:
getBHasTypeArrayin interfaceAMediaScreenParametersMHBE
-
getcontainsF
public Boolean getcontainsF()
- Specified by:
getcontainsFin interfaceAMediaScreenParametersMHBE
-
getFHasTypeDictionary
public Boolean getFHasTypeDictionary()
- Specified by:
getFHasTypeDictionaryin interfaceAMediaScreenParametersMHBE
-
getcontainsM
public Boolean getcontainsM()
- Specified by:
getcontainsMin interfaceAMediaScreenParametersMHBE
-
getMHasTypeInteger
public Boolean getMHasTypeInteger()
- Specified by:
getMHasTypeIntegerin interfaceAMediaScreenParametersMHBE
-
getMIntegerValue
public Long getMIntegerValue()
- Specified by:
getMIntegerValuein interfaceAMediaScreenParametersMHBE
-
getMIntegerDefaultValue
public Long getMIntegerDefaultValue()
-
getcontainsO
public Boolean getcontainsO()
- Specified by:
getcontainsOin interfaceAMediaScreenParametersMHBE
-
getOHasTypeNumber
public Boolean getOHasTypeNumber()
- Specified by:
getOHasTypeNumberin interfaceAMediaScreenParametersMHBE
-
getONumberValue
public Double getONumberValue()
- Specified by:
getONumberValuein interfaceAMediaScreenParametersMHBE
-
getONumberDefaultValue
public Double getONumberDefaultValue()
-
getcontainsW
public Boolean getcontainsW()
- Specified by:
getcontainsWin interfaceAMediaScreenParametersMHBE
-
getWHasTypeInteger
public Boolean getWHasTypeInteger()
- Specified by:
getWHasTypeIntegerin interfaceAMediaScreenParametersMHBE
-
getWIntegerValue
public Long getWIntegerValue()
- Specified by:
getWIntegerValuein interfaceAMediaScreenParametersMHBE
-
getWIntegerDefaultValue
public Long getWIntegerDefaultValue()
-
-