public static enum SNService.ResourceTable extends Enum<SNService.ResourceTable>
| Enum Constant and Description |
|---|
sys_user |
sys_user_group |
| Modifier and Type | Method and Description |
|---|---|
static SNService.ResourceTable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SNService.ResourceTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SNService.ResourceTable sys_user
public static final SNService.ResourceTable sys_user_group
public static SNService.ResourceTable[] values()
for (SNService.ResourceTable c : SNService.ResourceTable.values()) System.out.println(c);
public static SNService.ResourceTable 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 © 2018–2022. All rights reserved.