public static enum FcoeInterconnectSettings.FcoeMode extends Enum<FcoeInterconnectSettings.FcoeMode>
Enum Constant and Description |
---|
FcfNpv |
NotApplicable |
Transit |
Unknown |
Modifier and Type | Method and Description |
---|---|
static FcoeInterconnectSettings.FcoeMode |
fromValue(String value) |
String |
toString() |
static FcoeInterconnectSettings.FcoeMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FcoeInterconnectSettings.FcoeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FcoeInterconnectSettings.FcoeMode FcfNpv
public static final FcoeInterconnectSettings.FcoeMode NotApplicable
public static final FcoeInterconnectSettings.FcoeMode Transit
public static final FcoeInterconnectSettings.FcoeMode Unknown
public static FcoeInterconnectSettings.FcoeMode[] values()
for (FcoeInterconnectSettings.FcoeMode c : FcoeInterconnectSettings.FcoeMode.values()) System.out.println(c);
public static FcoeInterconnectSettings.FcoeMode 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<FcoeInterconnectSettings.FcoeMode>
public static FcoeInterconnectSettings.FcoeMode fromValue(String value)
Copyright © 2016. All rights reserved.