Interface XBMBlockJoin
-
- All Superinterfaces:
org.exbin.xbup.core.catalog.base.XBCBase
,org.exbin.xbup.core.catalog.base.XBCBlockJoin
,org.exbin.xbup.core.catalog.base.XBCItem
,org.exbin.xbup.core.catalog.base.XBCJoinDef
,org.exbin.xbup.core.catalog.base.XBCSpecDef
,XBMBase
,XBMItem
,XBMJoinDef
,XBMSpecDef
- All Known Implementing Classes:
XBEBlockJoin
@ParametersAreNonnullByDefault public interface XBMBlockJoin extends org.exbin.xbup.core.catalog.base.XBCBlockJoin, XBMJoinDef
Interface for type block join entity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setSpec(org.exbin.xbup.core.catalog.base.XBCSpec spec)
Sets specification which is also owner.void
setTarget(org.exbin.xbup.core.catalog.base.XBCBlockRev blockRev)
Sets target specification.-
Methods inherited from interface org.exbin.xbup.catalog.modifiable.XBMItem
setParentItem, setXBIndex
-
Methods inherited from interface org.exbin.xbup.catalog.modifiable.XBMJoinDef
setTargetRev
-
Methods inherited from interface org.exbin.xbup.catalog.modifiable.XBMSpecDef
setType
-
-
-
-
Method Detail
-
setSpec
void setSpec(org.exbin.xbup.core.catalog.base.XBCSpec spec)
Sets specification which is also owner.- Specified by:
setSpec
in interfaceXBMJoinDef
- Specified by:
setSpec
in interfaceXBMSpecDef
- Parameters:
spec
- XBCBlockSpec block specification
-
setTarget
@Nonnull void setTarget(@Nullable org.exbin.xbup.core.catalog.base.XBCBlockRev blockRev)
Sets target specification.- Parameters:
blockRev
- block revision
-
-