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