public static enum NuageVspConstants.ErrorCode extends Enum<NuageVspConstants.ErrorCode> implements IntCodedEnum
| Enum Constant and Description |
|---|
DUPLICATE_ACL_PRIORITY |
NETWORK_MODIFICATION |
NO_CHANGE_IN_ENTITY |
RESOURCE_NOT_FOUND |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static NuageVspConstants.ErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NuageVspConstants.ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NuageVspConstants.ErrorCode RESOURCE_NOT_FOUND
public static final NuageVspConstants.ErrorCode NO_CHANGE_IN_ENTITY
public static final NuageVspConstants.ErrorCode DUPLICATE_ACL_PRIORITY
public static final NuageVspConstants.ErrorCode NETWORK_MODIFICATION
public static NuageVspConstants.ErrorCode[] values()
for (NuageVspConstants.ErrorCode c : NuageVspConstants.ErrorCode.values()) System.out.println(c);
public static NuageVspConstants.ErrorCode 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 int getCode()
getCode in interface IntCodedEnumCopyright © 2016–2017 Nuage Networks. All rights reserved.