Interface XBMSpec
-
- All Superinterfaces:
org.exbin.xbup.core.catalog.base.XBCBase
,org.exbin.xbup.core.catalog.base.XBCItem
,org.exbin.xbup.core.catalog.base.XBCSpec
,XBMBase
,XBMItem
- All Known Subinterfaces:
XBMBlockSpec
,XBMFormatSpec
,XBMGroupSpec
,XBMLimitSpec
- All Known Implementing Classes:
XBEBlockSpec
,XBEFormatSpec
,XBEGroupSpec
,XBELimitSpec
,XBESpec
@ParametersAreNonnullByDefault public interface XBMSpec extends org.exbin.xbup.core.catalog.base.XBCSpec, XBMItem
Interface for catalog specification entity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setParent(org.exbin.xbup.core.catalog.base.XBCNode node)
Sets node which is also owner.-
Methods inherited from interface org.exbin.xbup.catalog.modifiable.XBMItem
setParentItem, setXBIndex
-
-