Class AbstractBooleanBuilder<T extends AbstractBooleanBuilder<T>>

  • Type Parameters:
    T - the concrete SweBoolean type to build
    All Implemented Interfaces:
    Builder<de.fraunhofer.iosb.ilt.swe.common.simple.SweBoolean>
    Direct Known Subclasses:
    BooleanBuilder

    public abstract class AbstractBooleanBuilder<T extends AbstractBooleanBuilder<T>>
    extends AbstractSimpleComponentBuilder<de.fraunhofer.iosb.ilt.swe.common.simple.SweBoolean,​T>
    /** Base class for any Count builder.

    Any AbstractBooleanBuilder is an ExtensibleBuilder.

    Author:
    Michael Jacoby
    • Constructor Detail

      • AbstractBooleanBuilder

        public AbstractBooleanBuilder()
    • Method Detail

      • newBuildingInstance

        protected de.fraunhofer.iosb.ilt.swe.common.simple.SweBoolean newBuildingInstance()
        Description copied from class: AbstractBuilder
        Create the new instance that will be build by this AbstractBuilder
        Specified by:
        newBuildingInstance in class AbstractBuilder<de.fraunhofer.iosb.ilt.swe.common.simple.SweBoolean>
        Returns:
        the new instance that will be build by this AbstractBuilder
      • value

        public T value​(boolean value)