public static enum Deviation.Deviate extends Enum<Deviation.Deviate>
Enum Constant and Description |
---|
ADD |
DELETE |
NOT_SUPPORTED |
REPLACE |
Modifier and Type | Method and Description |
---|---|
String |
getKeyword() |
static Deviation.Deviate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Deviation.Deviate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Deviation.Deviate NOT_SUPPORTED
public static final Deviation.Deviate ADD
public static final Deviation.Deviate REPLACE
public static final Deviation.Deviate DELETE
public static Deviation.Deviate[] values()
for (Deviation.Deviate c : Deviation.Deviate.values()) System.out.println(c);
public static Deviation.Deviate 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 nullpublic String getKeyword()
Copyright © 2017 OpenDaylight. All rights reserved.