public interface AttributeReadModified
modified attribute of an object. Such object
tracks if it gets modifications.AttributeReadEditable,
AttributeWriteEnabled| Modifier and Type | Method and Description |
|---|---|
boolean |
isModified()
This method determines if this object (or more precisely its value) is modified.
|
boolean isModified()
set for the last time. Often this is also called
dirty. A composite object is also modified if one of its children are modified. modified.true if this object has been modified, false otherwise (if no changes
have been made to this object).AttributeReadValueAdvanced.getOriginalValue(),
AttributeWriteValueAdvanced.setValueForUser(Object)Copyright © 2001–2016 mmm-Team. All rights reserved.