Package jmri.configurexml
Class LoadAndStorePermissionOwner
- java.lang.Object
-
- jmri.configurexml.LoadAndStorePermissionOwner
-
- All Implemented Interfaces:
PermissionOwner
public class LoadAndStorePermissionOwner extends java.lang.Object implements PermissionOwner
Owner of permissions for Load and Store classes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LoadAndStorePermissionOwner.Factory
static class
LoadAndStorePermissionOwner.LoadXmlFilePermission
static class
LoadAndStorePermissionOwner.StoreXmlFilePermission
-
Field Summary
Fields Modifier and Type Field Description static LoadAndStorePermissionOwner
LOAD_AND_STORE_PERMISSION_OWNER
static LoadAndStorePermissionOwner.LoadXmlFilePermission
LOAD_XML_FILE_PERMISSION
static LoadAndStorePermissionOwner.StoreXmlFilePermission
STORE_XML_FILE_PERMISSION
-
Constructor Summary
Constructors Constructor Description LoadAndStorePermissionOwner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
-
-
-
Field Detail
-
LOAD_AND_STORE_PERMISSION_OWNER
public static final LoadAndStorePermissionOwner LOAD_AND_STORE_PERMISSION_OWNER
-
LOAD_XML_FILE_PERMISSION
public static final LoadAndStorePermissionOwner.LoadXmlFilePermission LOAD_XML_FILE_PERMISSION
-
STORE_XML_FILE_PERMISSION
public static final LoadAndStorePermissionOwner.StoreXmlFilePermission STORE_XML_FILE_PERMISSION
-
-
Constructor Detail
-
LoadAndStorePermissionOwner
public LoadAndStorePermissionOwner()
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfacePermissionOwner
-
-