Package io.keikai.model.sys.dependency
Interface ObjectRef
-
- All Superinterfaces:
Ref
- All Known Implementing Classes:
ObjectRefImpl
public interface ObjectRef extends Ref
The object Reef to represent a object, and is always a dependent ref.- Since:
- 3.5.0
- Author:
- dennis
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ObjectRef.ObjectType
-
Nested classes/interfaces inherited from interface io.keikai.model.sys.dependency.Ref
Ref.RefType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getObjectId()
String[]
getObjectIdPath()
ObjectRef.ObjectType
getObjectType()
-
Methods inherited from interface io.keikai.model.sys.dependency.Ref
getBookName, getColumn, getLastColumn, getLastRow, getLastSheetIndex, getLastSheetName, getRow, getSheetIndex, getSheetName, getType
-
-
-
-
Method Detail
-
getObjectType
ObjectRef.ObjectType getObjectType()
-
getObjectId
String getObjectId()
-
getObjectIdPath
String[] getObjectIdPath()
-
-