Class PojoValue<T>

    • Constructor Detail

      • PojoValue

        public PojoValue​(T initialValue)
        Instantiates a new POJO value.
        Parameters:
        initialValue - the initial value.
      • PojoValue

        public PojoValue​(T initialValue,
                         boolean editable)
        Instantiates a new POJO value.
        Parameters:
        initialValue - the initial value.
        editable - the editable flag.
    • Method Detail

      • getChange

        public IChange getChange()
        Returns:
        change describing the modifications done to the model.