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$ $Date$
-
-
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.
-