Package io.keikai.model.impl
Class ConditionalRefImpl
- java.lang.Object
-
- io.keikai.model.impl.RefImpl
-
- io.keikai.model.impl.ConditionalRefImpl
-
- All Implemented Interfaces:
ConditionalRef
,Ref
,Serializable
public class ConditionalRefImpl extends RefImpl implements ConditionalRef
- Since:
- 3.9.0
- Author:
- henrichen
- 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 ConditionalRefImpl(SConditionalFormatting cfmt)
ConditionalRefImpl(String bookName, String sheetName, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
getConditionalId()
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
-
-
-
-
Constructor Detail
-
ConditionalRefImpl
public ConditionalRefImpl(SConditionalFormatting cfmt)
-
-
Method Detail
-
getConditionalId
public int getConditionalId()
- Specified by:
getConditionalId
in interfaceConditionalRef
-
-