public enum VlanTagAvailabilityType extends Enum<VlanTagAvailabilityType>
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
static VlanTagAvailabilityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VlanTagAvailabilityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VlanTagAvailabilityType AVAILABLE
public static final VlanTagAvailabilityType USED
public static final VlanTagAvailabilityType INVALID
public static VlanTagAvailabilityType[] values()
for (VlanTagAvailabilityType c : VlanTagAvailabilityType.values()) System.out.println(c);
public static VlanTagAvailabilityType 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 getMessage()
Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.