public enum TellabsINM8000InventoryType extends java.lang.Enum<TellabsINM8000InventoryType>
| Enum Constant and Description |
|---|
INTERFACE |
MODULE |
NODE |
SUBRACK |
TRUNK |
UNIT |
| Modifier and Type | Method and Description |
|---|---|
static TellabsINM8000InventoryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TellabsINM8000InventoryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TellabsINM8000InventoryType NODE
public static final TellabsINM8000InventoryType SUBRACK
public static final TellabsINM8000InventoryType UNIT
public static final TellabsINM8000InventoryType MODULE
public static final TellabsINM8000InventoryType INTERFACE
public static final TellabsINM8000InventoryType TRUNK
public static TellabsINM8000InventoryType[] values()
for (TellabsINM8000InventoryType c : TellabsINM8000InventoryType.values()) System.out.println(c);
public static TellabsINM8000InventoryType 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