public static enum CalSuitesI.ResourceClass extends Enum<CalSuitesI.ResourceClass>
| Enum Constant and Description |
|---|
admin
managed by superuser and stored as a calsuite resource
|
calsuite
managed by calsuite admin and stored as a calsuite resource
|
global
managed by superuser and stored as a global resource
|
| Modifier and Type | Method and Description |
|---|---|
static CalSuitesI.ResourceClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalSuitesI.ResourceClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalSuitesI.ResourceClass calsuite
public static final CalSuitesI.ResourceClass admin
public static final CalSuitesI.ResourceClass global
public static CalSuitesI.ResourceClass[] values()
for (CalSuitesI.ResourceClass c : CalSuitesI.ResourceClass.values()) System.out.println(c);
public static CalSuitesI.ResourceClass valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019 Bedework. All rights reserved.