Package | Description |
---|---|
edu.ucdavis.cstars.client.arcgis |
Modifier and Type | Method and Description |
---|---|
static PortalUser.Access |
PortalUser.Access.get(java.lang.String a) |
PortalUser.Access |
PortalUser.getAccess()
The access level for the user: private, org or public.
|
static PortalUser.Access |
PortalUser.Access.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PortalUser.Access[] |
PortalUser.Access.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|