Interface Permissible
- All Known Subinterfaces:
TownBlockOwner
public interface Permissible
A class used to show permission capability.
- Author:
- Suneet Tipirneni (Siris)
-
Method Summary
Modifier and TypeMethodDescriptionGets the permissions of the object.void
setPermissions
(String line) The the permissions of this object.
-
Method Details
-
setPermissions
The the permissions of this object.- Parameters:
line
- The String line representation of the permissions.
-
getPermissions
TownyPermission getPermissions()Gets the permissions of the object.- Returns:
TownyPermission
the permissions of the object.
-