Interface PropertySetEdit

All Superinterfaces:
Countable, Extendable<PropertySet>, Iterable<PropertyValue>, Mergable<PropertySet>, MutablePropertyValueSource, PropertySet, PropertyValueSource, Serializable
All Known Subinterfaces:
TagEditController<T>
All Known Implementing Classes:
AlarmDefinitionConfig, AlarmDefinitionDiff, BasicTagEditController, BoundPropertySetConfig, BoundPropertySetDiff, ComplexTagDiff, PropertySetConfig, PropertySetDiff, TagDiff

public interface PropertySetEdit extends PropertySet
Note: This class is incorrectly named. It should be "MutablePropertyValueSourceEdit". As in, the "Edit" version of a MutablePropertyValueSource. An edit is something that has not yet been committed, so it knows what aspects of itself have been modified.
  • Method Details

    • isModified

      boolean isModified(Property<?> property)
    • revert

      void revert(Property<?> property)