Package io.keikai.model.sys.dependency
Interface Ref
-
- All Known Subinterfaces:
ColumnPrecedentRef
,ColumnRef
,ConditionalRef
,IndirectRef
,NameRef
,ObjectRef
,TablePrecedentRef
- All Known Implementing Classes:
ColumnPrecedentRefImpl
,ColumnRefImpl
,ConditionalRefImpl
,IndirectRefImpl
,NameRefImpl
,ObjectRefImpl
,OffsetRefImpl
,RefImpl
,StyleRef
,TablePrecedentRefImpl
public interface Ref
- Since:
- 3.5.0
- Author:
- dennis
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Ref.RefType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBookName()
int
getColumn()
int
getLastColumn()
int
getLastRow()
int
getLastSheetIndex()
String
getLastSheetName()
int
getRow()
int
getSheetIndex()
String
getSheetName()
Ref.RefType
getType()
-
-
-
Method Detail
-
getType
Ref.RefType getType()
-
getBookName
String getBookName()
-
getSheetName
String getSheetName()
-
getLastSheetName
String getLastSheetName()
-
getRow
int getRow()
-
getColumn
int getColumn()
-
getLastRow
int getLastRow()
-
getLastColumn
int getLastColumn()
-
getSheetIndex
int getSheetIndex()
-
getLastSheetIndex
int getLastSheetIndex()
-
-