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