public enum TcpUdpSetupAttribute extends java.lang.Enum<TcpUdpSetupAttribute> implements AttributeClass
Enum Constant and Description |
---|
INACTIVITY_TIME_OUT |
IP_REFERENCE |
LOGICAL_NAME |
MSS |
NB_OF_SIM_CONN |
TCP_UDP_PORT |
Modifier and Type | Method and Description |
---|---|
int |
attributeId() |
java.lang.String |
attributeName() |
InterfaceClass |
interfaceClass() |
static TcpUdpSetupAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TcpUdpSetupAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TcpUdpSetupAttribute LOGICAL_NAME
public static final TcpUdpSetupAttribute TCP_UDP_PORT
public static final TcpUdpSetupAttribute IP_REFERENCE
public static final TcpUdpSetupAttribute MSS
public static final TcpUdpSetupAttribute NB_OF_SIM_CONN
public static final TcpUdpSetupAttribute INACTIVITY_TIME_OUT
public static TcpUdpSetupAttribute[] values()
for (TcpUdpSetupAttribute c : TcpUdpSetupAttribute.values()) System.out.println(c);
public static TcpUdpSetupAttribute 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 int attributeId()
attributeId
in interface AttributeClass
public java.lang.String attributeName()
attributeName
in interface AttributeClass
public InterfaceClass interfaceClass()
interfaceClass
in interface AttributeClass