Interface XBMRev
-
- All Superinterfaces:
org.exbin.xbup.core.catalog.base.XBCBase,org.exbin.xbup.core.catalog.base.XBCItem,org.exbin.xbup.core.catalog.base.XBCRev,XBMBase,XBMItem
- All Known Subinterfaces:
XBMBlockRev,XBMFormatRev,XBMGroupRev
- All Known Implementing Classes:
XBEBlockRev,XBEFormatRev,XBEGroupRev,XBERev
@ParametersAreNonnullByDefault public interface XBMRev extends org.exbin.xbup.core.catalog.base.XBCRev, XBMItem
Interface for catalog revision entity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetParent(org.exbin.xbup.core.catalog.base.XBCSpec spec)Sets relevant specification.voidsetXBIndex(long xbIndex)Sets basic indexing value.voidsetXBLimit(long xbLimit)Sets maximum XBIndex of specification bind-
Methods inherited from interface org.exbin.xbup.core.catalog.base.XBCRev
getParent, getXBIndex, getXBLimit
-
Methods inherited from interface org.exbin.xbup.catalog.modifiable.XBMItem
setParentItem
-
-
-
-
Method Detail
-
setParent
void setParent(org.exbin.xbup.core.catalog.base.XBCSpec spec)
Sets relevant specification.- Parameters:
spec- specification
-
setXBIndex
void setXBIndex(long xbIndex)
Sets basic indexing value.- Specified by:
setXBIndexin interfaceXBMItem- Parameters:
xbIndex- the XB Index
-
setXBLimit
void setXBLimit(long xbLimit)
Sets maximum XBIndex of specification bind- Parameters:
xbLimit- the maximum XB Index
-
-