public static enum VpnConstants.ITMTunnelLocType extends Enum<VpnConstants.ITMTunnelLocType>
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static VpnConstants.ITMTunnelLocType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VpnConstants.ITMTunnelLocType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VpnConstants.ITMTunnelLocType Invalid
public static final VpnConstants.ITMTunnelLocType Internal
public static final VpnConstants.ITMTunnelLocType External
public static final VpnConstants.ITMTunnelLocType Hwvtep
public static VpnConstants.ITMTunnelLocType[] values()
for (VpnConstants.ITMTunnelLocType c : VpnConstants.ITMTunnelLocType.values()) System.out.println(c);
public static VpnConstants.ITMTunnelLocType 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 getValue()
Copyright © 2020 OpenDaylight. All rights reserved.