|
semanticwfs
Version 0.1.0.0
|
Enumeration type including user levels which may be applied in the SemanticWFS. More...

Public Member Functions | |
| String | getUserTypeString () |
| Gets the String representation of the user type. More... | |
| String | toString () |
Public Attributes | |
| Administrator =("administrator") | |
| Administrator role. More... | |
| Configurer =("configurer") | |
| Configurer role. More... | |
| User =("user") | |
| User role. More... | |
Private Member Functions | |
| UserType (String userTypeString) | |
| Constructor for this class. More... | |
Private Attributes | |
| final String | userTypeString |
Enumeration type including user levels which may be applied in the SemanticWFS.
|
private |
Constructor for this class.
| userTypeString | The String indicating the usertype to be assigned |
| String getUserTypeString | ( | ) |
Gets the String representation of the user type.
| String toString | ( | ) |
Referenced by User.User().
| Administrator =("administrator") |
Administrator role.
Referenced by WebService.addEndpoint(), WebService.addFeatureType(), and WebService.saveFeatureTypes().
| Configurer =("configurer") |
Configurer role.
Referenced by WebService.addEndpoint(), WebService.addFeatureType(), and WebService.saveFeatureTypes().
|
private |