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 classLoadAndStorePermissionOwner.Factorystatic classLoadAndStorePermissionOwner.LoadXmlFilePermissionstatic classLoadAndStorePermissionOwner.StoreXmlFilePermission
-
Field Summary
Fields Modifier and Type Field Description static LoadAndStorePermissionOwnerLOAD_AND_STORE_PERMISSION_OWNERstatic LoadAndStorePermissionOwner.LoadXmlFilePermissionLOAD_XML_FILE_PERMISSIONstatic LoadAndStorePermissionOwner.StoreXmlFilePermissionSTORE_XML_FILE_PERMISSION
-
Constructor Summary
Constructors Constructor Description LoadAndStorePermissionOwner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()
-
-
-
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:
getNamein interfacePermissionOwner
-
-