Class GFSATableBorderRow
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.sa.GFSAObject
-
- org.verapdf.gf.model.impl.sa.tables.GFSATableBorderRow
-
- All Implemented Interfaces:
Object,SAObject,SATableBorderRow
public class GFSATableBorderRow extends GFSAObject implements SATableBorderRow
- Author:
- Maxim Plushchov
-
-
Field Summary
Fields Modifier and Type Field Description static StringCELLSstatic StringTABLE_BORDER_ROW_ELEMENT_TYPE-
Fields inherited from class org.verapdf.gf.model.impl.sa.GFSAObject
object
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFSATableBorderRow(TableBorderRow row)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SATableBorderCell>getCells()List<? extends Object>getLinkedObjects(String link)-
Methods inherited from class org.verapdf.gf.model.impl.sa.GFSAObject
getContext, geterrorArguments, getErrorArguments, geterrorCodes, getErrorCodes, getObject, getstructureID, setObject
-
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
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Field Detail
-
CELLS
public static final String CELLS
- See Also:
- Constant Field Values
-
TABLE_BORDER_ROW_ELEMENT_TYPE
public static final String TABLE_BORDER_ROW_ELEMENT_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFSATableBorderRow
public GFSATableBorderRow(TableBorderRow row)
-
-
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
-
getCells
public List<SATableBorderCell> getCells()
-
-