Class GFAGroupAttributes
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFAGroupAttributes
-
- All Implemented Interfaces:
AGroupAttributes,AObject,Object
public class GFAGroupAttributes extends GFAObject implements AGroupAttributes
-
-
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 GFAGroupAttributes(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetcontainsCS()BooleangetcontainsI()BooleangetcontainsK()BooleangetcontainsS()BooleangetcontainsType()BooleangetCSHasTypeArray()BooleangetCSHasTypeName()StringgetCSNameValue()COSObjectgetCSValue()COSObjectgetIDefaultValue()BooleangetIHasTypeBoolean()COSObjectgetIValue()COSObjectgetKDefaultValue()BooleangetKHasTypeBoolean()COSObjectgetKValue()List<? extends Object>getLinkedObjects(String link)BooleangetSHasTypeName()StringgetSNameValue()COSObjectgetSValue()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
-
getcontainsCS
public Boolean getcontainsCS()
- Specified by:
getcontainsCSin interfaceAGroupAttributes
-
getCSValue
public COSObject getCSValue()
-
getCSHasTypeArray
public Boolean getCSHasTypeArray()
- Specified by:
getCSHasTypeArrayin interfaceAGroupAttributes
-
getCSHasTypeName
public Boolean getCSHasTypeName()
- Specified by:
getCSHasTypeNamein interfaceAGroupAttributes
-
getCSNameValue
public String getCSNameValue()
- Specified by:
getCSNameValuein interfaceAGroupAttributes
-
getcontainsI
public Boolean getcontainsI()
- Specified by:
getcontainsIin interfaceAGroupAttributes
-
getIDefaultValue
public COSObject getIDefaultValue()
-
getIValue
public COSObject getIValue()
-
getIHasTypeBoolean
public Boolean getIHasTypeBoolean()
- Specified by:
getIHasTypeBooleanin interfaceAGroupAttributes
-
getcontainsK
public Boolean getcontainsK()
- Specified by:
getcontainsKin interfaceAGroupAttributes
-
getKDefaultValue
public COSObject getKDefaultValue()
-
getKValue
public COSObject getKValue()
-
getKHasTypeBoolean
public Boolean getKHasTypeBoolean()
- Specified by:
getKHasTypeBooleanin interfaceAGroupAttributes
-
getcontainsS
public Boolean getcontainsS()
- Specified by:
getcontainsSin interfaceAGroupAttributes
-
getSValue
public COSObject getSValue()
-
getSHasTypeName
public Boolean getSHasTypeName()
- Specified by:
getSHasTypeNamein interfaceAGroupAttributes
-
getSNameValue
public String getSNameValue()
- Specified by:
getSNameValuein interfaceAGroupAttributes
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceAGroupAttributes
-
getTypeValue
public COSObject getTypeValue()
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceAGroupAttributes
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceAGroupAttributes
-
-