Class GFSATableBorderCell
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.sa.tables.GFSATableBorderCell
-
- All Implemented Interfaces:
Object,SATableBorderCell
public class GFSATableBorderCell extends GenericModelObject implements SATableBorderCell
- Author:
- Maxim Plushchov
-
-
Field Summary
Fields Modifier and Type Field Description static StringTABLE_BORDER_CELL_ELEMENT_TYPE-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFSATableBorderCell(TableBorderCell cell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetcolSpan()colspan of this cellStringgetContext()LonggetrowSpan()rowspan of this cell-
Methods inherited from class org.verapdf.model.GenericModelObject
getExtraContext, getID, getLinkedObjects, 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, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Field Detail
-
TABLE_BORDER_CELL_ELEMENT_TYPE
public static final String TABLE_BORDER_CELL_ELEMENT_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFSATableBorderCell
public GFSATableBorderCell(TableBorderCell cell)
-
-
Method Detail
-
getcolSpan
public Long getcolSpan()
Description copied from interface:SATableBorderCellcolspan of this cell- Specified by:
getcolSpanin interfaceSATableBorderCell
-
getrowSpan
public Long getrowSpan()
Description copied from interface:SATableBorderCellrowspan of this cell- Specified by:
getrowSpanin interfaceSATableBorderCell
-
getContext
public String getContext()
- Specified by:
getContextin interfaceObject- Overrides:
getContextin classGenericModelObject- Returns:
- context of the current object
-
-