Interface XBMBlockCons
-
- All Superinterfaces:
org.exbin.xbup.core.catalog.base.XBCBase
,org.exbin.xbup.core.catalog.base.XBCBlockCons
,org.exbin.xbup.core.catalog.base.XBCConsDef
,org.exbin.xbup.core.catalog.base.XBCItem
,org.exbin.xbup.core.catalog.base.XBCSpecDef
,XBMBase
,XBMConsDef
,XBMItem
,XBMSpecDef
- All Known Implementing Classes:
XBEBlockCons
@ParametersAreNonnullByDefault public interface XBMBlockCons extends org.exbin.xbup.core.catalog.base.XBCBlockCons, XBMConsDef
Interface for type block consist 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(XBMBlockRev blockRev)
Sets target specification.-
Methods inherited from interface org.exbin.xbup.catalog.modifiable.XBMConsDef
getSpec, getTargetRev
-
Methods inherited from interface org.exbin.xbup.catalog.modifiable.XBMItem
setParentItem, setXBIndex
-
Methods inherited from interface org.exbin.xbup.catalog.modifiable.XBMSpecDef
setTargetRev, setType
-
-
-
-
Method Detail
-
setSpec
void setSpec(org.exbin.xbup.core.catalog.base.XBCSpec spec)
Sets specification which is also owner.- Specified by:
setSpec
in interfaceXBMSpecDef
- Parameters:
spec
- specification
-
setTarget
void setTarget(@Nullable XBMBlockRev blockRev)
Sets target specification.- Parameters:
blockRev
- revision
-
-