Class SimpleProperty


  • public class SimpleProperty
    extends BaseProperty
    A SimpleProperty gives access to a scalar value stored in an underlying SimpleFragment.
    Author:
    Florent Guillaume
    • Constructor Detail

      • SimpleProperty

        public SimpleProperty​(String name,
                              PropertyType type,
                              boolean readonly,
                              SimpleFragment fragment,
                              String key)
        Creates a SimpleProperty, with specific info about row and key.
    • Method Detail

      • getString

        public String getString()
      • getLong

        public Long getLong()
      • setValue

        public void setValue​(Object value)