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