Package org.verapdf.gf.model.impl.cos
Class GFCosArray
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.cos.GFCosObject
-
- org.verapdf.gf.model.impl.cos.GFCosArray
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOS_ARRAY_TYPEType name for GFCosArraystatic StringELEMENTS-
Fields inherited from class org.verapdf.gf.model.impl.cos.GFCosObject
baseObject, cosDocument, MAX_NUMBER_OF_ELEMENTS
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFCosArray(COSArray array)Default constructorGFCosArray(COSArray array, String type)Constructor used by child classes
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends Object>getLinkedObjects(String link)Longgetsize()Getter for array size.-
Methods inherited from class org.verapdf.gf.model.impl.cos.GFCosObject
getFromValue
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, 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.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Field Detail
-
COS_ARRAY_TYPE
public static final String COS_ARRAY_TYPE
Type name for GFCosArray- See Also:
- Constant Field Values
-
ELEMENTS
public static final String ELEMENTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getsize
public Long getsize()
Getter for array size.
-
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
-
-