Class LongParameterValue

java.lang.Object
io.jmix.dashboards.model.parameter.type.ParameterValue
io.jmix.dashboards.model.parameter.type.LongParameterValue
All Implemented Interfaces:
HasPrimitiveValue

public class LongParameterValue extends ParameterValue implements HasPrimitiveValue
  • Field Details

    • value

      protected Long value
  • Constructor Details

    • LongParameterValue

      public LongParameterValue()
    • LongParameterValue

      public LongParameterValue(Long value)
  • Method Details