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