Class GFACollectionColors
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.arlington.GFAObject
-
- org.verapdf.gf.model.impl.arlington.GFACollectionColors
-
- All Implemented Interfaces:
ACollectionColors,AObject,Object
public class GFACollectionColors extends GFAObject implements ACollectionColors
-
-
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 GFACollectionColors(COSBase baseObject, COSBase parentObject, String keyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetBackgroundHasTypeArray()BooleangetCardBackgroundHasTypeArray()BooleangetCardBorderHasTypeArray()BooleangetcontainsBackground()BooleangetcontainsCardBackground()BooleangetcontainsCardBorder()BooleangetcontainsPrimaryText()BooleangetcontainsSecondaryText()BooleangetcontainsType()List<? extends Object>getLinkedObjects(String link)BooleangetPrimaryTextHasTypeArray()BooleangetSecondaryTextHasTypeArray()BooleangetTypeHasTypeName()StringgetTypeNameDefaultValue()StringgetTypeNameValue()-
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
-
getcontainsBackground
public Boolean getcontainsBackground()
- Specified by:
getcontainsBackgroundin interfaceACollectionColors
-
getBackgroundHasTypeArray
public Boolean getBackgroundHasTypeArray()
- Specified by:
getBackgroundHasTypeArrayin interfaceACollectionColors
-
getcontainsCardBackground
public Boolean getcontainsCardBackground()
- Specified by:
getcontainsCardBackgroundin interfaceACollectionColors
-
getCardBackgroundHasTypeArray
public Boolean getCardBackgroundHasTypeArray()
- Specified by:
getCardBackgroundHasTypeArrayin interfaceACollectionColors
-
getcontainsCardBorder
public Boolean getcontainsCardBorder()
- Specified by:
getcontainsCardBorderin interfaceACollectionColors
-
getCardBorderHasTypeArray
public Boolean getCardBorderHasTypeArray()
- Specified by:
getCardBorderHasTypeArrayin interfaceACollectionColors
-
getcontainsPrimaryText
public Boolean getcontainsPrimaryText()
- Specified by:
getcontainsPrimaryTextin interfaceACollectionColors
-
getPrimaryTextHasTypeArray
public Boolean getPrimaryTextHasTypeArray()
- Specified by:
getPrimaryTextHasTypeArrayin interfaceACollectionColors
-
getcontainsSecondaryText
public Boolean getcontainsSecondaryText()
- Specified by:
getcontainsSecondaryTextin interfaceACollectionColors
-
getSecondaryTextHasTypeArray
public Boolean getSecondaryTextHasTypeArray()
- Specified by:
getSecondaryTextHasTypeArrayin interfaceACollectionColors
-
getcontainsType
public Boolean getcontainsType()
- Specified by:
getcontainsTypein interfaceACollectionColors
-
getTypeHasTypeName
public Boolean getTypeHasTypeName()
- Specified by:
getTypeHasTypeNamein interfaceACollectionColors
-
getTypeNameValue
public String getTypeNameValue()
- Specified by:
getTypeNameValuein interfaceACollectionColors
-
getTypeNameDefaultValue
public String getTypeNameDefaultValue()
-
-