|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ProtocolFamily>
com.kenai.constantine.platform.ProtocolFamily
@Deprecated public enum ProtocolFamily
| Enum Constant Summary | |
|---|---|
__UNKNOWN_CONSTANT__
Deprecated. |
|
PF_APPLETALK
Deprecated. |
|
PF_ATM
Deprecated. |
|
PF_CCITT
Deprecated. |
|
PF_CHAOS
Deprecated. |
|
PF_CNT
Deprecated. |
|
PF_COIP
Deprecated. |
|
PF_DATAKIT
Deprecated. |
|
PF_DECnet
Deprecated. |
|
PF_DLI
Deprecated. |
|
PF_ECMA
Deprecated. |
|
PF_HYLINK
Deprecated. |
|
PF_IMPLINK
Deprecated. |
|
PF_INET
Deprecated. |
|
PF_INET6
Deprecated. |
|
PF_IPX
Deprecated. |
|
PF_ISDN
Deprecated. |
|
PF_ISO
Deprecated. |
|
PF_KEY
Deprecated. |
|
PF_LAT
Deprecated. |
|
PF_LINK
Deprecated. |
|
PF_LOCAL
Deprecated. |
|
PF_MAX
Deprecated. |
|
PF_NATM
Deprecated. |
|
PF_NDRV
Deprecated. |
|
PF_NETBIOS
Deprecated. |
|
PF_NETGRAPH
Deprecated. |
|
PF_NS
Deprecated. |
|
PF_OSI
Deprecated. |
|
PF_PIP
Deprecated. |
|
PF_PPP
Deprecated. |
|
PF_PUP
Deprecated. |
|
PF_ROUTE
Deprecated. |
|
PF_RTIP
Deprecated. |
|
PF_SIP
Deprecated. |
|
PF_SNA
Deprecated. |
|
PF_SYSTEM
Deprecated. |
|
PF_UNIX
Deprecated. |
|
PF_UNSPEC
Deprecated. |
|
PF_XTP
Deprecated. |
|
| Method Summary | |
|---|---|
String |
description()
Deprecated. |
int |
intValue()
Deprecated. |
long |
longValue()
Deprecated. |
String |
toString()
Deprecated. |
int |
value()
Deprecated. |
static ProtocolFamily |
valueOf(int value)
Deprecated. |
static ProtocolFamily |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static ProtocolFamily[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface jnr.constants.Constant |
|---|
name |
| Enum Constant Detail |
|---|
public static final ProtocolFamily PF_UNSPEC
public static final ProtocolFamily PF_LOCAL
public static final ProtocolFamily PF_UNIX
public static final ProtocolFamily PF_INET
public static final ProtocolFamily PF_IMPLINK
public static final ProtocolFamily PF_PUP
public static final ProtocolFamily PF_CHAOS
public static final ProtocolFamily PF_NS
public static final ProtocolFamily PF_ISO
public static final ProtocolFamily PF_OSI
public static final ProtocolFamily PF_ECMA
public static final ProtocolFamily PF_DATAKIT
public static final ProtocolFamily PF_CCITT
public static final ProtocolFamily PF_SNA
public static final ProtocolFamily PF_DECnet
public static final ProtocolFamily PF_DLI
public static final ProtocolFamily PF_LAT
public static final ProtocolFamily PF_HYLINK
public static final ProtocolFamily PF_APPLETALK
public static final ProtocolFamily PF_ROUTE
public static final ProtocolFamily PF_LINK
public static final ProtocolFamily PF_XTP
public static final ProtocolFamily PF_COIP
public static final ProtocolFamily PF_CNT
public static final ProtocolFamily PF_SIP
public static final ProtocolFamily PF_IPX
public static final ProtocolFamily PF_RTIP
public static final ProtocolFamily PF_PIP
public static final ProtocolFamily PF_NDRV
public static final ProtocolFamily PF_ISDN
public static final ProtocolFamily PF_KEY
public static final ProtocolFamily PF_INET6
public static final ProtocolFamily PF_NATM
public static final ProtocolFamily PF_SYSTEM
public static final ProtocolFamily PF_NETBIOS
public static final ProtocolFamily PF_PPP
public static final ProtocolFamily PF_ATM
public static final ProtocolFamily PF_NETGRAPH
public static final ProtocolFamily PF_MAX
public static final ProtocolFamily __UNKNOWN_CONSTANT__
| Method Detail |
|---|
public static ProtocolFamily[] values()
for (ProtocolFamily c : ProtocolFamily.values()) System.out.println(c);
public static ProtocolFamily valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic final int value()
public final int intValue()
intValue in interface Constantpublic final long longValue()
longValue in interface Constantpublic final String description()
public final String toString()
toString in class Enum<ProtocolFamily>public static final ProtocolFamily valueOf(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||