Class LongPostCoupling

java.lang.Object
eu.bandm.sig.adlib2.lib.LongPostCoupling

@Generated(generator="eu.bandm.tools.expander", version="1.2", timestamp="2025-06-04T12:29:09") public class LongPostCoupling extends Object
Realizes coupled behavior of posts.
  • Field Details

    • mode

      protected final LongPostCoupling.Mode mode
    • valueValid

      protected boolean valueValid
    • posts

      protected List<LongPost> posts
    • references

      protected long[] references
    • source

      @Opt protected @Opt LongPost source
    • active

      protected boolean active
    • refValue

      protected long refValue
  • Constructor Details

  • Method Details

    • add

      public LongPostCoupling add(LongPost... posts)
    • isActive

      public boolean isActive()
    • startCoupling

      public void startCoupling(LongPost source)
    • endCoupling

      public void endCoupling()
    • setValue

      public void setValue(long value, @Opt @Opt LongPost source)