Class GFA3DMeasure3DC
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFA3DMeasure3DC
-
- All Implemented Interfaces:
A3DMeasure3DC,AObject,Object
public class GFA3DMeasure3DC extends GFAObject implements A3DMeasure3DC
-
-
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 GFA3DMeasure3DC(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetA1HasTypeArray()BooleangetCHasTypeArray()BooleangetcontainsA1()BooleangetcontainsC()BooleangetcontainsN1()BooleangetcontainsS()BooleangetcontainsSubtype()BooleangetcontainsTB()BooleangetcontainsTP()BooleangetcontainsTRL()BooleangetcontainsTS()BooleangetcontainsType()BooleangetcontainsUT()BooleangetisSIndirect()List<? extends Object>getLinkedObjects(String link)BooleangetN1HasTypeStringText()BooleangetSHasTypeDictionary()BooleangetSubtypeHasTypeName()StringgetSubtypeNameDefaultValue()StringgetSubtypeNameValue()BooleangetTBHasTypeArray()BooleangetTPHasTypeArray()BooleangetTRLHasTypeStringText()BooleangetTSHasTypeNumber()BooleangetTypeHasTypeName()StringgetTypeNameDefaultValue()StringgetTypeNameValue()BooleangetUTHasTypeStringText()-
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
-
getcontainsA1
public Boolean getcontainsA1()
- Specified by:
getcontainsA1in interfaceA3DMeasure3DC
-
getA1HasTypeArray
public Boolean getA1HasTypeArray()
- Specified by:
getA1HasTypeArrayin interfaceA3DMeasure3DC
-
getcontainsC
public Boolean getcontainsC()
- Specified by:
getcontainsCin interfaceA3DMeasure3DC
-
getCHasTypeArray
public Boolean getCHasTypeArray()
- Specified by:
getCHasTypeArrayin interfaceA3DMeasure3DC
-
getcontainsN1
public Boolean getcontainsN1()
- Specified by:
getcontainsN1in interfaceA3DMeasure3DC
-
getN1HasTypeStringText
public Boolean getN1HasTypeStringText()
- Specified by:
getN1HasTypeStringTextin interfaceA3DMeasure3DC
-
getcontainsS
public Boolean getcontainsS()
- Specified by:
getcontainsSin interfaceA3DMeasure3DC
-
getisSIndirect
public Boolean getisSIndirect()
- Specified by:
getisSIndirectin interfaceA3DMeasure3DC
-
getSHasTypeDictionary
public Boolean getSHasTypeDictionary()
- Specified by:
getSHasTypeDictionaryin interfaceA3DMeasure3DC
-
getcontainsSubtype
public Boolean getcontainsSubtype()
- Specified by:
getcontainsSubtypein interfaceA3DMeasure3DC
-
getSubtypeHasTypeName
public Boolean getSubtypeHasTypeName()
- Specified by:
getSubtypeHasTypeNamein interfaceA3DMeasure3DC
-
getSubtypeNameValue
public String getSubtypeNameValue()
- Specified by:
getSubtypeNameValuein interfaceA3DMeasure3DC
-
getSubtypeNameDefaultValue
public String getSubtypeNameDefaultValue()
-
getcontainsTB
public Boolean getcontainsTB()
- Specified by:
getcontainsTBin interfaceA3DMeasure3DC
-
getTBHasTypeArray
public Boolean getTBHasTypeArray()
- Specified by:
getTBHasTypeArrayin interfaceA3DMeasure3DC
-
getcontainsTP
public Boolean getcontainsTP()
- Specified by:
getcontainsTPin interfaceA3DMeasure3DC
-
getTPHasTypeArray
public Boolean getTPHasTypeArray()
- Specified by:
getTPHasTypeArrayin interfaceA3DMeasure3DC
-
getcontainsTRL
public Boolean getcontainsTRL()
- Specified by:
getcontainsTRLin interfaceA3DMeasure3DC
-
getTRLHasTypeStringText
public Boolean getTRLHasTypeStringText()
- Specified by:
getTRLHasTypeStringTextin interfaceA3DMeasure3DC
-
getcontainsTS
public Boolean getcontainsTS()
- Specified by:
getcontainsTSin interfaceA3DMeasure3DC
-
getTSHasTypeNumber
public Boolean getTSHasTypeNumber()
- Specified by:
getTSHasTypeNumberin interfaceA3DMeasure3DC
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceA3DMeasure3DC
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceA3DMeasure3DC
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceA3DMeasure3DC
-
getTypeNameDefaultValue
public String getTypeNameDefaultValue()
-
getcontainsUT
public Boolean getcontainsUT()
- Specified by:
getcontainsUTin interfaceA3DMeasure3DC
-
getUTHasTypeStringText
public Boolean getUTHasTypeStringText()
- Specified by:
getUTHasTypeStringTextin interfaceA3DMeasure3DC
-
-