Package io.keikai.model.impl
Class TablePrecedentRefImpl
- java.lang.Object
-
- io.keikai.model.impl.RefImpl
-
- io.keikai.model.impl.TablePrecedentRefImpl
-
- All Implemented Interfaces:
Ref
,TablePrecedentRef
,Serializable
public class TablePrecedentRefImpl extends RefImpl implements TablePrecedentRef
Implementation of precedent reference toColumnRef
s.- Since:
- 3.8.0
- Author:
- henri
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.keikai.model.sys.dependency.Ref
Ref.RefType
-
-
Field Summary
-
Fields inherited from class io.keikai.model.impl.RefImpl
bookName, lastSheetName, sheetName
-
-
Constructor Summary
Constructors Constructor Description TablePrecedentRefImpl(String bookName, String tableName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getTableName()
int
hashCode()
String
toString()
-
Methods inherited from class io.keikai.model.impl.RefImpl
getBookName, getColumn, getLastColumn, getLastRow, getLastSheetIndex, getLastSheetName, getRow, getSheetIndex, getSheetName, getType
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.keikai.model.sys.dependency.Ref
getBookName, getColumn, getLastColumn, getLastRow, getLastSheetIndex, getLastSheetName, getRow, getSheetIndex, getSheetName, getType
-
-
-
-
Method Detail
-
getTableName
public String getTableName()
- Specified by:
getTableName
in interfaceTablePrecedentRef
-
-