Class XBEFormatCons

  • All Implemented Interfaces:
    java.io.Serializable, XBMBase, XBMConsDef, XBMFormatCons, XBMItem, XBMSpecDef, org.exbin.xbup.core.catalog.base.XBCBase, org.exbin.xbup.core.catalog.base.XBCConsDef, org.exbin.xbup.core.catalog.base.XBCFormatCons, org.exbin.xbup.core.catalog.base.XBCItem, org.exbin.xbup.core.catalog.base.XBCSpecDef

    @ParametersAreNonnullByDefault
    public class XBEFormatCons
    extends XBEConsDef
    implements XBMFormatCons
    Format consist database entity.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.exbin.xbup.catalog.entity.XBEItem

        id
    • Constructor Summary

      Constructors 
      Constructor Description
      XBEFormatCons()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.exbin.xbup.core.catalog.base.XBCFormatSpec getSpec()
      Gets specification which is also owner.
      org.exbin.xbup.core.catalog.base.XBCGroupRev getTarget()  
      org.exbin.xbup.core.block.definition.XBParamType getType()  
      void setSpec​(org.exbin.xbup.core.catalog.base.XBCSpec spec)
      Sets specification which is also owner.
      void setTarget​(org.exbin.xbup.core.catalog.base.XBCGroupRev target)
      sets target specification.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.exbin.xbup.core.catalog.base.XBCBase

        getId
      • Methods inherited from interface org.exbin.xbup.core.catalog.base.XBCConsDef

        getTargetRev
      • Methods inherited from interface org.exbin.xbup.core.catalog.base.XBCItem

        getParentItem, getXBIndex
    • Constructor Detail

      • XBEFormatCons

        public XBEFormatCons()
    • Method Detail

      • getSpec

        @Nonnull
        public org.exbin.xbup.core.catalog.base.XBCFormatSpec getSpec()
        Description copied from interface: XBMConsDef
        Gets specification which is also owner.
        Specified by:
        getSpec in interface org.exbin.xbup.core.catalog.base.XBCConsDef
        Specified by:
        getSpec in interface org.exbin.xbup.core.catalog.base.XBCFormatCons
        Specified by:
        getSpec in interface org.exbin.xbup.core.catalog.base.XBCSpecDef
        Specified by:
        getSpec in interface XBMConsDef
        Overrides:
        getSpec in class XBEConsDef
        Returns:
        specification
      • setSpec

        public void setSpec​(org.exbin.xbup.core.catalog.base.XBCSpec spec)
        Description copied from interface: XBMSpecDef
        Sets specification which is also owner.
        Specified by:
        setSpec in interface XBMFormatCons
        Specified by:
        setSpec in interface XBMSpecDef
        Overrides:
        setSpec in class XBESpecDef
        Parameters:
        spec - specification
      • getTarget

        @Nonnull
        public org.exbin.xbup.core.catalog.base.XBCGroupRev getTarget()
        Specified by:
        getTarget in interface org.exbin.xbup.core.catalog.base.XBCFormatCons
      • setTarget

        public void setTarget​(org.exbin.xbup.core.catalog.base.XBCGroupRev target)
        Description copied from interface: XBMFormatCons
        sets target specification.
        Specified by:
        setTarget in interface XBMFormatCons
        Parameters:
        target - group revision, never empty
      • getType

        @Nonnull
        public org.exbin.xbup.core.block.definition.XBParamType getType()
        Specified by:
        getType in interface org.exbin.xbup.core.catalog.base.XBCSpecDef
        Overrides:
        getType in class XBEConsDef