public static enum Resource.accessFlag extends java.lang.Enum<Resource.accessFlag>
Enum Constant and Description |
---|
agroEdit
edit agro staff
|
agroEditCultivations
agro: register & delete cultivations
|
agroView
view agro staff
|
editDriverGroups
edit driver groups
|
editDrivers
edit drivers
|
editDriverUnits
edit driver units
|
editJobs
edit jobs
|
editNotifications
create, edit and delete notifications
|
editPoi
edit POI
|
editReports
edit reports
|
editTrailerGroups
edit trailer groups
|
editTrailers
edit trailers
|
editTrailerUnits
edit trailer units
|
editZones
edit geozones
|
manageAccount
performat account-related operations
|
viewDriverGroups
view driver groups
|
viewDrivers
view drivers
|
viewDriverUnits
view driver units
|
viewJobs
view jobs
|
viewNotifications
view notifications
|
viewPoi
view POI
|
viewReports
view reports
|
viewTrailerGroups
view trailer groups
|
viewTrailers
view trailers
|
viewTrailerUnits
view trailer units
|
viewZones
view geozones
|
Modifier and Type | Method and Description |
---|---|
long |
getValue() |
static Resource.accessFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Resource.accessFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Resource.accessFlag viewNotifications
public static final Resource.accessFlag editNotifications
public static final Resource.accessFlag viewPoi
public static final Resource.accessFlag editPoi
public static final Resource.accessFlag viewZones
public static final Resource.accessFlag editZones
public static final Resource.accessFlag viewJobs
public static final Resource.accessFlag editJobs
public static final Resource.accessFlag viewReports
public static final Resource.accessFlag editReports
public static final Resource.accessFlag viewDrivers
public static final Resource.accessFlag editDrivers
public static final Resource.accessFlag manageAccount
public static final Resource.accessFlag agroEditCultivations
public static final Resource.accessFlag agroView
public static final Resource.accessFlag agroEdit
public static final Resource.accessFlag viewDriverGroups
public static final Resource.accessFlag editDriverGroups
public static final Resource.accessFlag viewDriverUnits
public static final Resource.accessFlag editDriverUnits
public static final Resource.accessFlag viewTrailers
public static final Resource.accessFlag editTrailers
public static final Resource.accessFlag viewTrailerGroups
public static final Resource.accessFlag editTrailerGroups
public static final Resource.accessFlag viewTrailerUnits
public static final Resource.accessFlag editTrailerUnits
public static Resource.accessFlag[] values()
for (Resource.accessFlag c : Resource.accessFlag.values()) System.out.println(c);
public static Resource.accessFlag valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic long getValue()