public static enum UISecurity.Mode extends Enum<UISecurity.Mode>
Enum Constant and Description |
---|
ADD |
EDIT |
EDIT_MEMBER |
Modifier and Type | Method and Description |
---|---|
static UISecurity.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UISecurity.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UISecurity.Mode ADD
public static final UISecurity.Mode EDIT
public static final UISecurity.Mode EDIT_MEMBER
public static UISecurity.Mode[] values()
for (UISecurity.Mode c : UISecurity.Mode.values()) System.out.println(c);
public static UISecurity.Mode 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 Hitachi Vantara. All rights reserved.