public static enum SouthboundConstants.VlanModes extends Enum<SouthboundConstants.VlanModes>
| Enum Constant and Description |
|---|
ACCESS |
NATIVE_TAGGED |
NATIVE_UNTAGGED |
TRUNK |
| Modifier and Type | Method and Description |
|---|---|
String |
getMode() |
String |
toString() |
static SouthboundConstants.VlanModes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SouthboundConstants.VlanModes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SouthboundConstants.VlanModes ACCESS
public static final SouthboundConstants.VlanModes NATIVE_TAGGED
public static final SouthboundConstants.VlanModes NATIVE_UNTAGGED
public static final SouthboundConstants.VlanModes TRUNK
public static SouthboundConstants.VlanModes[] values()
for (SouthboundConstants.VlanModes c : SouthboundConstants.VlanModes.values()) System.out.println(c);
public static SouthboundConstants.VlanModes 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<SouthboundConstants.VlanModes>public String getMode()
Copyright © 2018 OpenDaylight. All rights reserved.