Package | Description |
---|---|
edu.ucdavis.cstars.client.arcgis |
Modifier and Type | Method and Description |
---|---|
static PortalUser.Role |
PortalUser.Role.get(java.lang.String a) |
PortalUser.Role |
PortalUser.getRole()
The user's role in the organization.
|
static PortalUser.Role |
PortalUser.Role.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PortalUser.Role[] |
PortalUser.Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|