Package lumis.portal.structure.sync
Interface IDefaultAware
-
- All Known Implementing Classes:
AccessControlEntry
,AccessControlList
,PropertyBag
public interface IDefaultAware
Objects that implement this interface have a custom method for detecting whether it is a default value.- Since:
- 6.2.0
- Version:
- $Revision: 14187 $ $Date: 2012-04-02 11:44:41 -0300 (Mon, 02 Apr 2012) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isDefault()
Returns whether this object is equivalent to the default value.
-