Interface XBMSpecDef

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setSpec​(org.exbin.xbup.core.catalog.base.XBCSpec spec)
      Sets specification which is also owner.
      void setTargetRev​(org.exbin.xbup.core.catalog.base.XBCRev rev)
      Sets target specification.
      void setType​(org.exbin.xbup.core.block.definition.XBParamType type)
      Sets specification definition's type.
      • Methods inherited from interface org.exbin.xbup.core.catalog.base.XBCBase

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

        getParentItem, getXBIndex
      • Methods inherited from interface org.exbin.xbup.core.catalog.base.XBCSpecDef

        getSpec, getTargetRev, getType
    • Method Detail

      • setSpec

        void setSpec​(org.exbin.xbup.core.catalog.base.XBCSpec spec)
        Sets specification which is also owner.
        Parameters:
        spec - specification
      • setTargetRev

        void setTargetRev​(@Nullable
                          org.exbin.xbup.core.catalog.base.XBCRev rev)
        Sets target specification.
        Parameters:
        rev - revision
      • setType

        void setType​(org.exbin.xbup.core.block.definition.XBParamType type)
        Sets specification definition's type.
        Parameters:
        type - specification definition's type