Interface XBMBlockRev
-
- All Superinterfaces:
org.exbin.xbup.core.catalog.base.XBCBase
,org.exbin.xbup.core.catalog.base.XBCBlockRev
,org.exbin.xbup.core.catalog.base.XBCItem
,org.exbin.xbup.core.catalog.base.XBCRev
,XBMBase
,XBMItem
,XBMRev
- All Known Implementing Classes:
XBEBlockRev
@ParametersAreNonnullByDefault public interface XBMBlockRev extends org.exbin.xbup.core.catalog.base.XBCBlockRev, XBMRev
Interface for revision of block specification entity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setParent(org.exbin.xbup.core.catalog.base.XBCSpec parent)
Returns relevant specification.-
Methods inherited from interface org.exbin.xbup.catalog.modifiable.XBMItem
setParentItem
-
Methods inherited from interface org.exbin.xbup.catalog.modifiable.XBMRev
setXBIndex, setXBLimit
-
-