public static enum Resource.dataFlag extends java.lang.Enum<Resource.dataFlag>
Enum Constant and Description |
---|
agro
Agro plugins
|
driverGroups
Driver groups plugin
|
drivers
Drivers plugin
|
driverUnits
Driver units
|
jobs
Jobs plugin
|
notifications
Notifications plugin
|
poi
POI plugin
|
reports
Reports plugin
|
trailerGroups
Trailer groups plugin
|
trailers
Trailers plugin
|
trailerUnits
Trailer units
|
zones
Geofences plugin
|
Modifier and Type | Method and Description |
---|---|
long |
getValue() |
static Resource.dataFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Resource.dataFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Resource.dataFlag drivers
public static final Resource.dataFlag jobs
public static final Resource.dataFlag notifications
public static final Resource.dataFlag poi
public static final Resource.dataFlag zones
public static final Resource.dataFlag reports
public static final Resource.dataFlag agro
public static final Resource.dataFlag driverUnits
public static final Resource.dataFlag driverGroups
public static final Resource.dataFlag trailers
public static final Resource.dataFlag trailerGroups
public static final Resource.dataFlag trailerUnits
public static Resource.dataFlag[] values()
for (Resource.dataFlag c : Resource.dataFlag.values()) System.out.println(c);
public static Resource.dataFlag 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()