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 Detail

      • isDefault

        boolean isDefault()
        Returns whether this object is equivalent to the default value.
        Returns:
        true if this object is equivalent to the default value, false otherwise.
        Since:
        6.2.0