Class GFSAList
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.sa.GFSAObject
-
- org.verapdf.gf.model.impl.sa.lists.GFSAList
-
public class GFSAList extends GFSAObject implements SAList
- Author:
- Maxim Plushchov
-
-
Field Summary
Fields Modifier and Type Field Description static StringLIST_ITEMSstatic StringLIST_TYPE-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContext()List<? extends Object>getLinkedObjects(String link)-
Methods inherited from class org.verapdf.gf.model.impl.sa.GFSAObject
geterrorArguments, getErrorArguments, geterrorCodes, getErrorCodes, getstructureID
-
Methods inherited from class org.verapdf.model.GenericModelObject
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
getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Field Detail
-
LIST_ITEMS
public static final String LIST_ITEMS
- See Also:
- Constant Field Values
-
LIST_TYPE
public static final String LIST_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFSAList
public GFSAList(PDFList list)
-
-
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
-
getContext
public String getContext()
- Specified by:
getContextin interfaceObject- Overrides:
getContextin classGenericModelObject- Returns:
- context of the current object
-
-