public enum RestMessages extends Enum<RestMessages>
| Enum Constant and Description |
|---|
AVAILABLESOON |
DEFAULTDISABLED |
INTERNALERROR |
INVALIDADDRESS |
INVALIDDATA |
INVALIDJSON |
NOCONTAINER |
NODEFAULT |
NOFLOW |
NOHOST |
NONODE |
NOPOLICY |
NORESOURCE |
NOSTATICROUTE |
NOSUBNET |
NOTALLOWEDONDEFAULT |
RESOURCECONFLICT |
SERVICEUNAVAILABLE |
SUCCESS |
UNKNOWNACTION |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static RestMessages |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestMessages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestMessages SUCCESS
public static final RestMessages NOCONTAINER
public static final RestMessages NOSUBNET
public static final RestMessages NOSTATICROUTE
public static final RestMessages NOHOST
public static final RestMessages NOFLOW
public static final RestMessages NONODE
public static final RestMessages NOPOLICY
public static final RestMessages NORESOURCE
public static final RestMessages RESOURCECONFLICT
public static final RestMessages NODEFAULT
public static final RestMessages DEFAULTDISABLED
public static final RestMessages NOTALLOWEDONDEFAULT
public static final RestMessages UNKNOWNACTION
public static final RestMessages INVALIDJSON
public static final RestMessages INVALIDADDRESS
public static final RestMessages AVAILABLESOON
public static final RestMessages INTERNALERROR
public static final RestMessages SERVICEUNAVAILABLE
public static final RestMessages INVALIDDATA
public static RestMessages[] values()
for (RestMessages c : RestMessages.values()) System.out.println(c);
public static RestMessages 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 toString()
toString in class Enum<RestMessages>Copyright © 2019 OpenDaylight. All rights reserved.