public static enum Component.MhfCreationType extends java.lang.Enum<Component.MhfCreationType>
| Enum Constant and Description |
|---|
DEFAULT
MHFs can be created for this VID(s) on any Bridge Port through which the.
|
DEFER
In the Maintenance Association managed object only, the control of MHF.
|
EXPLICIT
MHFs can be created for this VID(s) only on Bridge Ports through which.
|
NONE
No MHFs can be created for this VID(s).
|
| Modifier and Type | Method and Description |
|---|---|
static Component.MhfCreationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Component.MhfCreationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Component.MhfCreationType NONE
public static final Component.MhfCreationType DEFAULT
public static final Component.MhfCreationType EXPLICIT
public static final Component.MhfCreationType DEFER
public static Component.MhfCreationType[] values()
for (Component.MhfCreationType c : Component.MhfCreationType.values()) System.out.println(c);
public static Component.MhfCreationType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null