Class ListProperty

    • Constructor Detail

      • ListProperty

        public ListProperty​(java.lang.String key,
                            java.util.List<java.lang.String> defaultValue)
        Constructs a new CollectionProperty.
        Parameters:
        key - The property key
        defaultValue - The default value
    • Method Detail

      • get

        public java.util.List<java.lang.String> get()
        Description copied from class: AbstractProperty
        Replies the value of this property.
        Specified by:
        get in class AbstractProperty<java.util.List<java.lang.String>>
        Returns:
        the value of this property
      • put

        public boolean put​(java.util.List<java.lang.String> value)
        Description copied from class: AbstractProperty
        Sets this property to the specified value.
        Specified by:
        put in class AbstractProperty<java.util.List<java.lang.String>>
        Parameters:
        value - The new value of this property
        Returns:
        true if something has changed (i.e. value is different than before)