Interface XBMItem
-
- All Superinterfaces:
org.exbin.xbup.core.catalog.base.XBCBase
,org.exbin.xbup.core.catalog.base.XBCItem
,XBMBase
- All Known Subinterfaces:
XBMBlockCons
,XBMBlockJoin
,XBMBlockListCons
,XBMBlockListJoin
,XBMBlockRev
,XBMBlockSpec
,XBMConsDef
,XBMFormatCons
,XBMFormatJoin
,XBMFormatRev
,XBMFormatSpec
,XBMGroupCons
,XBMGroupJoin
,XBMGroupRev
,XBMGroupSpec
,XBMJoinDef
,XBMLimitSpec
,XBMNode
,XBMRev
,XBMSpec
,XBMSpecDef
- All Known Implementing Classes:
XBEBlockCons
,XBEBlockJoin
,XBEBlockListCons
,XBEBlockListJoin
,XBEBlockRev
,XBEBlockSpec
,XBEConsDef
,XBEFormatCons
,XBEFormatJoin
,XBEFormatRev
,XBEFormatSpec
,XBEGroupCons
,XBEGroupJoin
,XBEGroupRev
,XBEGroupSpec
,XBEItem
,XBEJoinDef
,XBELimitSpec
,XBENode
,XBERev
,XBESpec
,XBESpecDef
public interface XBMItem extends org.exbin.xbup.core.catalog.base.XBCItem, XBMBase
Interface for catalog item entity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setParentItem(org.exbin.xbup.core.catalog.base.XBCItem parentItem)
Sets owner or parent of item.void
setXBIndex(long xbIndex)
Sets basic indexing value.
-