| Enum Constant and Description |
|---|
ETHERNET |
IPOVERATM |
LOOPBACK |
OPTTRAN |
OTHER |
PPP |
| Modifier and Type | Method and Description |
|---|---|
com.ibm.tivoli.nm.collectors.impl.huaweim2k.bean.PORTTYPE |
getPortType()
Returns the porttype
|
java.lang.String |
getType()
Returns the type
|
static IfType |
getType(com.ibm.tivoli.nm.collectors.impl.huaweim2k.bean.PORTTYPE portType) |
static IfType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IfType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfType OTHER
public static final IfType ETHERNET
public static final IfType PPP
public static final IfType LOOPBACK
public static final IfType IPOVERATM
public static final IfType OPTTRAN
public static IfType[] values()
for (IfType c : IfType.values()) System.out.println(c);
public static IfType 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 nullpublic com.ibm.tivoli.nm.collectors.impl.huaweim2k.bean.PORTTYPE getPortType()
public java.lang.String getType()
public static IfType getType(com.ibm.tivoli.nm.collectors.impl.huaweim2k.bean.PORTTYPE portType)
strState -