public enum OFBsnVportStatus extends Enum<OFBsnVportStatus>
Enum Constant and Description |
---|
BSN_VPORT_STATUS_FAILED |
BSN_VPORT_STATUS_OK |
Modifier and Type | Method and Description |
---|---|
static OFBsnVportStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBsnVportStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFBsnVportStatus BSN_VPORT_STATUS_OK
public static final OFBsnVportStatus BSN_VPORT_STATUS_FAILED
public static OFBsnVportStatus[] values()
for (OFBsnVportStatus c : OFBsnVportStatus.values()) System.out.println(c);
public static OFBsnVportStatus 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 nullCopyright © 2015. All rights reserved.