Package jmri
Interface PermissionValue
- All Known Implementing Classes:
BooleanPermission.BooleanValue,EditorPermissions.EditorPermissionEnum
public interface PermissionValue
A value of a permission.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIs this the default value of this permission?
-
Method Details
-
isDefault
boolean isDefault()Is this the default value of this permission?- Returns:
- true if it's the default, false otherwise
-